Static clarification

Is static variable just one variable no matter how many times it has been created? What is the difference between global and static?
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
Well, thanks for that. Static is individual and global is all the same.
Topic archived. No new replies allowed.