𝔖 Scriptorium
✦   LIBER   ✦

📁

The Boost C++ Libraries

✍ Scribed by Boris Schäling


Year
2014
Tongue
English
Leaves
749
Edition
2
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

✦ Subjects


Programming;APIs & Operating Environments;Algorithms;Apple Programming;Cross-platform Development;Functional;Game Programming;Graphics & Multimedia;Introductory & Beginning;Languages & Tools;Microsoft Programming;Mobile Apps;Parallel Programming;Software Design, Testing & Engineering;Web Programming;Computers & Technology;C++;C & C++;Programming Languages;Computers & Technology;Specialty Boutique;New, Used & Rental Textbooks;C++;Languages & Tools;Programming;Computers & Technology;Categories;Kin


📜 SIMILAR VOLUMES


The Boost C++ Libraries
✍ Schäling Boris. 📂 Library 🌐 English

Boris Schäling. Описание библиотеки Boost от разработчиков. Справочник. <br/> Наиболее полезная и самая свежая справочная информация по библиотеке. Boost - библиотека, которая содержит матричные вычисления, конечные автоматы, передача данных через последовательный порт и Ethernet, многопоточность и

Learning Boost C++ Libraries
✍ Mukherjee, Arindam 📂 Library 📅 2015 🏛 [distributor] Bertrams, [distributor] Ingram Book 🌐 English

<p>If you are a C++ programmer who has never used Boost libraries before, this book will get you up-to-speed with using them. Whether you are developing new C++ software or maintaining existing code written using Boost libraries, this hands-on introduction will help you decide on the right library a

Learning Boost C++ Libraries
✍ Arindam Mukherjee 📂 Library 📅 2015 🏛 Packt Publishing - ebooks Account 🌐 English

<p><b>Solve practical programming problems using powerful, portable, and expressive libraries from Boost</b></p> <h2>About This Book</h2><ul><li>Learn to apply the breadth of Boost libraries, including containers, smart pointers, regular expressions, threads, network I/O, and other utilities through

Learning Boost C++ Libraries
✍ Arindam Mukherjee 📂 Library 📅 2015 🏛 Packt Publishing - ebooks Account 🌐 English

<p><b>Solve practical programming problems using powerful, portable, and expressive libraries from Boost</b></p> <h2>About This Book</h2><ul><li>Learn to apply the breadth of Boost libraries, including containers, smart pointers, regular expressions, threads, network I/O, and other utilities through

Learning Boost C++ Libraries
✍ Mukherjee A. 📂 Library 🌐 English

Packt Publishing, 2015. — 558 p. — ISBN-10: 1783551216, ISBN-13: 978-1-78355-121-7.<br/> <br/><strong>Filled with dozens of working code examples that illustrate the use of over 40 popular Boost libraries, this book takes you on a tour of Boost, helping you to independently build the libraries from