C Carl Daniel [VC++ MVP] Jun 8, 2004 #2 Woonggi said: help me~~~ Click to expand... It's a function that the compiler writes that calls your class's destructor and then call the appropriate operator delete(void*) to deallocate the memory. Why? -cd
Woonggi said: help me~~~ Click to expand... It's a function that the compiler writes that calls your class's destructor and then call the appropriate operator delete(void*) to deallocate the memory. Why? -cd