Copy constructor witl pure virtual + pointerkbw, thanks. now whick copy constructor was called?
How to unit test a main() function?Krofna, Nice. I know that there is a way to make automate unit testing by using father process and m...
Copy constructor witl pure virtual + pointerHi, [code] // my A.h class A // My interface { public: A(){ std::cout << " A-Ctor ";} ...
abstract class + inheritancelet my try to explain my question again is:the below code won't pass any compilation because I have...
abstract class + inheritancehi, if there is pure virtual class A and the derived class B,how is the copy constructor is done fo...
This user does not accept Private Messages