User profile: CodeOpen

User info
User name:CodeOpen
Old user name:mhz
History
Joined:
Number of posts:41
Latest posts:

Pointer
Thanks, Why p[-1] = 4?

Pointer
Why p[-1] = 4? *p++ = 1 not 2? [code] #include <iostream> using namespace std; int main() { ...

Pointer
What is different between &ptr and ptr that both are Hex? I know ptr is memory address. what about ...

overloading problem
How can I fix it?

overloading problem
I'm trying to print out a matrix using a pointer such that get the rows and cols with 0 numbers. ...