What is 'scalar deleting destructor' ???

  • Thread starter Thread starter Guest
  • Start date Start date
Woonggi said:
help me~~~

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
 
Back
Top