Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Boost is a collection of cross-platform libraries, that might be called 'the playground of the next STL'. It is regarded as a rather good library [1-3].
All functions and classes are in the 'boost' namespace (although some will migrate to the std namespace).
#include <boost/shared_ptr.hpp> |
Familiarize yourself with Boost [1].
Information about installing Boost can be found at the installing Boost page.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.