Boost Libraries
From RAD Studio
Go Up to C++ Reference
The Boost libraries available with C++Builder 2010 have been updated to Version 1.39. Boost is a set of C++ libraries that significantly expand the language using template metaprogramming. A subset of Boost 1.39 is included that has been fully tested and preconfigured specifically for C++Builder 2010.
- Binaries have been built for functions that require them.
- Include paths have been set for the Boost libraries, and any necessary libraries should be automatically linked because of #pragma link lines in the Boost code.
For example, to use the Boost minmax library, your code should specify:
#include <boost/algorithm/minmax.hpp>
See Also
To view the help for the Boost libraries, go to http://www.boost.org/doc/libs/1_39_0/libs/libraries.htm.