Re: [C++] Class names -
24-08-2005
I am not sure quite what you mean, but you could have a private variable that is modified to the class's name in the class's constructor. You could also make a global constant value and just set the string to use it.
Last edited by sfx1999; 24-08-2005 at 17:55..
|