C++ undefined referencewhen you declare a static var in a class, it needs to be declared outside the class, so it has memor...
C++ undefined referenceHello. I have a code like this: [code] class A { ... protected: static int var; ...
This user does not accept Private Messages