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.

Boost 1.47.0 Library Documentation - System

System

Chrono

Useful time utilities.

Author(s)
Vicente J. Botet Escribá
First Release
1.47.0
Categories
Domain Specific, System
Date Time

A set of date-time libraries based on generic programming concepts.

Author(s)
Jeff Garland
First Release
1.29.0
Categories
Domain Specific, System
Filesystem

The Boost Filesystem Library provides portable facilities to query and manipulate paths, files, and directories.

Author(s)
Beman Dawes
First Release
1.30.0
Categories
System
System

Operating system support, including the diagnostics support that will be part of the C++0x standard library.

Author(s)
Beman Dawes
First Release
1.35.0
Categories
System
Thread

Portable C++ multi-threading.

Author(s)
Anthony Williams (originally William Kempf)
First Release
1.25.0
Categories
Concurrent Programming, System