Papers/programming

Difference Between Static & Global Variable

tomato13 2009. 9. 12. 10:03

http://c.ittoolbox.com/documents/difference-between-static-global-variable-12174


................

So if you have a global variable and u r distributing ur files as a library and you want others to not access your global variable, you may make it static by just prefixing keyword static (of course if same variable is not required in other files of yours). 

.................

'Papers > programming' 카테고리의 다른 글

friend class  (0) 2010.02.25
pthread example  (0) 2009.11.19
inline, macro  (0) 2009.09.08
vsprintf, vsnprintf  (0) 2009.08.28
extern "C"  (0) 2009.08.20