Given a pointer within an object, C++ runtime could have been written
to delete the pointed object automatically. Why is it that they
require a destructor to be written instead?
to delete the pointed object automatically. Why is it that they
require a destructor to be written instead?
Comment