Let\'s say I have this program:
class Foo { public: unsigned int bar () { static unsigned int counter = 0; return counter++; } }; int m
You just need to grasp two things: