User profile: caocao89

User info
User name:caocao89
History
Joined:
Number of posts:2
Latest posts:

Any Projects needing help?
Hi bboy, I saw that you are willing to help for a project to brush up your C++ knowledge. I have a...

Hi C++ quick question.
int x, y, *p = &x, *q = &y; x = 35 ; y = 46; *p = 78; cout << x << " " << y << endl; cout ...

This user does not accept Private Messages