Hey Kevin Le
Software, web, and programming tips: C++, Java, C, Linux, Windows, Cygwin, Firefox, Vim, WWW, RSS
Showing posts with label
static
.
Show all posts
Showing posts with label
static
.
Show all posts
Wednesday, May 9, 2007
C - Static Keyword
Usage
Effect
inside a function
remains even after the function call is long gone
modify a global variable
private to a certain file
modify a function
making those functions visible only to the file itself
Older Posts
Home
Subscribe to:
Posts (Atom)