User profile: Zhuge

User info
User name:Zhuge
Location:Mizuho
Statistical data
Gender:Male
Occupation:Student
Skills:C
PHP
C++
CSS
HTML
History
Joined:
Number of posts:3151
Latest posts:

Pointers problem
Your question was already answered. http://www.cplusplus.com/forum/general/102675/

Being able to type int or char
You could do a switch/case with a default statement based on the result of getValue(), but that is b...

Pointers Concept Clarification
The << 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?