Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.18 KB

CppBoost.md

File metadata and controls

34 lines (21 loc) · 2.18 KB

Boost is a collection of high-quality [1-3] cross-platform libraries.

All functions and classes are in the 'boost' namespace

  • Familiarize yourself with Boost [1].

Information about installing Boost can be found at the installing Boost page.

Some Travis CI builds:

External links

  • [1] Scott Meyers. Effective C++ (3rd edition). ISBN: 0-321-33487-6. Item 54: Familiarize yourself with Boost
  • [2] Herb Sutter, Andrei Alexandrescu. C++ coding standards: 101 rules, guidelines, and best practices. 2005. ISBN: 0-32-111358-6: '...one of the most highly regarded and expertly designed C++ library projects in the world.'
  • [3] Bjarne Stroustrup. Abstraction, libraries, and efficiency in C++. Dr. Dobb's Journal China. Vol 1, no 1. August 2003: 'The obvious solution for most programmers is to use a library that provides an elegant and efficient platform independent to needed services. Examples are BOOST...'