Jun 30, 2013 at 6:39pm
Should we use a destructor everytime when we are using pointer in our code?
Or only when the character pointers are used.
Jun 30, 2013 at 6:43pm
Destructors should clean up any allocation that the class owns.
Jun 30, 2013 at 6:43pm
Show how are you going to use destructor?