Wednesday, 18 April 2012

List the issue that the auto_ptr object handles. | C++

The auto_ptr object is used to deallocate memory, which is allocated to a variable, when the variable goes out of scope.

No comments: