Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Tutorial

Integer Types
cpp_int
gmp_int
tom_int
Examples
Factorials
Bit Operations
Floating Point Numbers
cpp_dec_float
gmp_float
mpfr_float
Examples
Area of Circle
Defining a Special Function.
Calculating a Derivative
Calculating an Integral
Polynomial Evaluation
Rational Number Types
cpp_rational
gmp_rational
tommath_rational
Use With Boost.Rational
rational_adapter
Constructing and Interconverting Between Number Types
Generating Random Numbers
Primality Testing
Literal Types and constexpr Support
Rounding Rules for Conversions
Mixed Precision Arithmetic

In order to use this library you need to make two choices:


PrevUpHomeNext