How do I: string class operator+In your code and your example: [code] myString operator+(myString Str){ myString temp(this->pStr)...
Multiple inherience with same function nameThanks for the replay. I was using MS VC++ to compile the 1st implementation. One mistake in class C...
Multiple inherience with same function nameDear All, I have a child class implementing two interfaces. Each interface contains a common funct...
What is the meaning of such an constructor?Thanks R0mai, and Kyon for your excellent example. I understand now.
What is the meaning of such an constructor?I have a sample template class, but do not understand one line within it. [code] template<typenam...
This user does not accept Private Messages