Note to self: static member variable in C++
So you don't go banging your head around the next time you try to use a static variable in a class in C++ : http://weblogs.asp.net/whaggard/archive/2004/11/05/252685.aspx
Precise reason : http://weblogs.asp.net/whaggard/archive/2004/11/05/252685.aspx#2342841
Comments