strange behavior when const class objects involved with constructor? Hi, all: I come up with this problem when I was reading the replies to my previous post. I have t...
overloading a const member functionHi, PanGalactic and Disch: What you said is especially helpful. I think it solved the problem. He...
overloading a const member functionHi, all: I defined a class A as follows. [code]struct A { void f() {cout << "A::void f()" <...
Does friendship indeed not inherit? This part: [code]class D1 : public Base { using Base::i; // throw this in here.... ...
Does friendship indeed not inherit? Hi, Disch: I tried the code you gave however it still compiles on my machine.
This user does not accept Private Messages