User: mathwang2

  • Public profile

User profile: mathwang2

User info
User name:mathwang2
History
Joined:
Number of posts:11
Latest posts:

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 function
Hi, PanGalactic and Disch: What you said is especially helpful. I think it solved the problem. He...

overloading a const member function
Hi, 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