User: aasaa

  • Public profile

User profile: aasaa

User info
User name:aasaa
History
Joined:
Number of posts:30
Latest posts:

Copy constructor witl pure virtual + pointer
kbw, 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 + pointer
Hi, [code] // my A.h class A // My interface { public: A(){ std::cout << " A-Ctor ";} ...

abstract class + inheritance
let my try to explain my question again is:the below code won't pass any compilation because I have...

abstract class + inheritance
hi, 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