Pointers problemYour question was already answered. http://www.cplusplus.com/forum/general/102675/
Being able to type int or charYou could do a switch/case with a default statement based on the result of getValue(), but that is b...
Pointers Concept ClarificationThe << operator is overloaded to, when printing a char*, actually acquire the string at that locatio...
Why won't this compile?"class" is not a valid identifier because it is a keyword. Try renaming it to something else.
Why won't this compile?What are the errors?