C++Programming

Smart pointers

A brief intro to smart pointers, covering both auto_ptr and the Boost smart pointers. Every C++ programmer should know what these are. If you don't, you owe it to yourself to spend some quality time with some good C++ books....