Possible Duplicate:
Class names that start with C.
I am a newbie using c++ and people named c++ class name “c”+something. What does that mean? I think this is a syntax but don’t know what it means..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not needed by C++, but some people do it to remind them that the identifier is for a class. It’s considered bad practice now, but was popular (especially in Microsoft environments) a decade or more ago.