User: T98

  • Public profile

User profile: T98

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

I don't get the const Pointer
Thanks a lot. I think I got the point of using pointer and const.

I don't get the const Pointer
I've written following code: [code] int c = 5; int const * const d = &c; c +=1; cout << *d; //here ...

This user does not accept Private Messages