There's some good reading on smart pointers and example code here:
Smart pointers
That page has links to unique_ptr, shared_ptr and weak_ptr specific pages as well, all with examples.
Show differencesHistory of post edits
#1sednihp
Posted 15 December 2012 - 03:40 PM
There's some good reading on smart pointers and example code here:
Smart pointers
That page has links to unique_ptr, shared_ptr and weak_ptr specific pages as well, all with examples.
Smart pointers
That page has links to unique_ptr, shared_ptr and weak_ptr specific pages as well, all with examples.