cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Static clarification
Static clarification
Feb 23, 2012 at 7:29pm UTC
dalawh
(93)
Is static variable just one variable no matter how many times it has been created? What is the difference between global and static?
Feb 23, 2012 at 7:35pm UTC
ciphermagi
(807)
I could understand if you couldn't find something that's maybe on page 157 or something, but when it's four posts down...
http://www.cplusplus.com/forum/general/62616/#msg339421
Feb 23, 2012 at 7:39pm UTC
dalawh
(93)
Well, thanks for that. Static is individual and global is all the same.
Topic archived. No new replies allowed.