Smart Pointers (Modern C++)
Source: http://msdn.microsoft.com/en-us/library/vstudio/hh279674.aspx In modern C++ programming, the Standard Library includes smart pointers, which are used to help ensure that programs are free of memory and resource leaks and are exception-safe. Uses for smart pointers Smart pointers are defined in the std namespace in...