View Single Post
Re: [C++] Class names
Old
  (#3)
sfx1999
Member
 
sfx1999's Avatar
 
Status: Offline
Posts: 534
Join Date: Jan 2004
Location: Pittsburgh, PA, USA
Default 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.


sfx1999.postcount++

Last edited by sfx1999; 24-08-2005 at 17:55..
  
Reply With Quote