Can I write underscore before class name?
Hi Albert.
Well, yes you can indeed name a Class such that it starts with an underscore. Putting an underscore in the starting of the class name is not a problem. I wrote a code in DevC++ with a class name '_hi' and it worked. I am guessing it isn't compiler specific and will work anywhere.