Boost
Libraries
arrow_drop_down
List View
Grid View
Category View
M
D

The format library provides a class for formatting arguments according to a format-string, as does printf, but with two major differences: format sends the arguments to an internal stream, and so is entirely type-safe and naturally supports all user-defined types; the ellipsis (...) can not be used correctly in the strongly typed context of format, and thus the function call with arbitrary arguments is replaced by successive calls to an argument feeding operator%.

C++ 03

Boost.IOStreams provides a framework for defining streams, stream buffers and i/o filters.

C++ 03

General literal text conversions, such as an int represented a string, or vice-versa.

Provide localization and Unicode handling tools for C++.

C++ 03

Regular expression library.

C++ 03

No description provide for this version.

C++ 03

String algorithms library.

C++ 03

Break of a string or other character sequence into a series of tokens.

C++ 03

No description provide for this version.

C++ 03

No description provide for this version.

C++ 03