Destructor

Should we use a destructor everytime when we are using pointer in our code?
Or only when the character pointers are used.
Destructors should clean up any allocation that the class owns.
Show how are you going to use destructor?
Topic archived. No new replies allowed.