User profile: nhatnamtamtra

User info
User name:nhatnamtamtra
History
Joined:
Number of posts:4
Latest posts:

differences in the declaration
so when i declare like that, where is the location of variables in memory? They have the address ne...

differences in the declaration
1/ What is the differences between int *p[10], int **p = new int*[10] and int p[10]. 2/ What is ...

Error in statement "for"
oh, i think i knew what i have to do to fix it. Thanks so much.

Error in statement "for"
I get an error when i code C++. I used statement "for" . But when i debug, the program don't exit th...