The second edition of "The Boost C++ Libraries" introduces 72 Boost libraries that provide a wide range of useful capabilities. They help you manage memory and process strings more easily. They provide containers and other d...

Buy Now From Amazon

Product Review

The second edition of "The Boost C++ Libraries" introduces 72 Boost libraries that provide a wide range of useful capabilities. They help you manage memory and process strings more easily. They provide containers and other data structures that go well beyond what the standard library offers. They make it easy to build platform-independent network applications. Simply put, these 72 libraries greatly expand your C++ toolbox.

The second edition contains more than 430 examples. All examples are as short as possible, but they are complete, so you can compile and run them as is. They show you what the Boost libraries offer and give you a head start on using the libraries in your own applications.

The goal of this book is to increase your efficiency as a C++ developer and to simplify software development with C++. The Boost libraries introduced in this book will help you write less code with fewer bugs and finish projects faster. You code will be more concise and self-explanatory and more easily adapted when requirements change.

The second edition is based on the Boost libraries 1.55.0 and 1.56.0 with the latter version having been released in August 2014. The examples are based on C++11 and have been tested with Visual Studio 2013, GCC 4.8 and Clang 3.3 on various platforms. For Boost libraries which were incorporated into the C++11 standard library, differences between Boost and the standard library are highlighted.

The Boost libraries are one of the most important and influential open source C++ libraries. Their source code is available under a permissive free software license. Several Boost libraries have been incorporated into the C++11 standard library. The Boost libraries are developed and supported by the Boost community - a worldwide developer community with a strong interest in pushing C++ boundaries further.

Similar Products

C++ 11 & 14 Tips: Understand novelties in C++ with working examplesEffective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14Modern C++ Design: Generic Programming and Design Patterns Applied (C++ In-Depth Series)C++: Design Patterns: The Easy Way;Standard Solutions for Everyday Programming Problems; Great for: Game Programming, System Analysis, App Programming, Automation & Database SystemsThe C++ Programming Language: The C++ Programm Lang_p4Algorithms Illuminated: Part 1: The BasicsThe C++ Standard Library: A Tutorial and ReferenceA Tour of C++ (C++ In-Depth Series)