What are static variables designed for? What\'s the difference between static int and int?
A static member can be referenced without an instance.
See the "Static Members" section here: http://www.cplusplus.com/doc/tutorial/classes2/