![]() |
|
#10
|
||||
|
||||
|
you should never call a destructor explicitly! pull the destructor code into another method, if you think you do.
in the case of 'class MyClass : public CWin' both ~MyCLass() and ~CWin() destructor will be invoked by the compiler (~MyCLass first). There is nothing you can do about it, you cant decide. |
| The Following User Gave Reputation+1 to deepzero For This Useful Post: | ||
BlackWhite (08-25-2014) | ||
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [C] Helper function to call arbitrary x86 Delphi functions | zeffy | Source Code | 0 | 04-13-2018 10:25 |