cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Destructor
Destructor
Jun 30, 2013 at 6:39pm UTC
Deep India
(2)
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 UTC
Disch
(13742)
Destructors should clean up any allocation that the class owns.
Jun 30, 2013 at 6:43pm UTC
vlad from moscow
(6539)
Show how are you going to use destructor?
Topic archived. No new replies allowed.