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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top