Name: Anonymous 2010-05-10 15:26
I heard that writing variable names in upper case is bad. Is there a real motivation or is just a convention?
ClassName *objectName;ExoticType *ClassName::methodName(int argOne, int *argTwo)
{
//...ExoticType* ClassName::methodName(int argOne, int *argTwo)
{
//...