Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
noob question - destructors - freeing memory...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Garrett Hartshaw, post: 4405804"] Most of the smart pointers from boost are in std::tr1 in c++98 and std in c++11, if either std::tr1 or c++11 are supported by your complier. Otherwise std::auto_ptr (not recommended, deprecated in c++11) or the boost smart pointers should be used. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
noob question - destructors - freeing memory...
Top