Group: comp.lang.c++ · Group Profile · Search for sharing variables across mulitple files in comp.lang.c++
Author: Cynic
Date: May 6, 2008 19:26
... normally, other than passing the variables as parameters. -- Jim Langston tazmas...@... not want to pass the variables all the time. the reason...learning that memory for global variables is reserved in the heap...and a lot of global variables can create problems for a...analysis and maintenance harder. Sometimes sharing is unavoidable, of course. I...
|