using const causes compiler errorsThanks!!
using const causes compiler errorsI have the following class [code]class Test { public: void DoSomeStuff() { cout << "Doin...
need help to understand const pointersi just stumbled over the following article: http://www.parashift.com/c++-faq-lite/const-correctness....
wrong memory addressing?Thanks!
wrong memory addressing?Just for fun, I have written the following code: [code]int i1 = 10; int i2 = 20; // ptrints t...
This user does not accept Private Messages