I don't get the const PointerThanks a lot. I think I got the point of using pointer and const.
I don't get the const PointerI'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