Program crash (after destructors?)Well, even if they are inherited they are part of the class, don't they? Here is the class, as sa...
Program crash (after destructors?)Yes... BS::~BS() { cout << "calling BS destructor" << endl; delete [] mDiag; ...
Program crash (after destructors?)Hi everybody, I wrote a program that runs perfectly until when it has to finish, and then it cras...
Reference and classesOh, I see...basically I always thought to * and & as referring to a variable, not to the type of the...
Reference and classesI still don't get it...MyClass& operator= (const MyClass&); should be the declaration of the overloa...
This user does not accept Private Messages