- Learning Boost C++ Libraries
- Arindam Mukherjee
- 336字
- 2021-07-16 20:49:00
What is Boost?
Boost is a collection of free, peer-reviewed, portable, open source libraries in C++. Over the last decade and a half, there have been, as of this writing, 57 releases of the Boost libraries. In this span, Boost has released libraries of compelling usefulness that promote correct, portable, efficient, and readable C++ code. A number of prominent Standards Committee members are also the most active participants in Boost and subsequent directions of C++ standardization have been heavily influenced by the work done at Boost. Boost has provided the Standards Committee with the laboratory they need to perfect their ideas for the best new features that C++ should have. Several Boost libraries were included in the Technical Report 1 of the C++ Standards Committee, which considerably enhanced the functionality defined in the C++ 2003 revised standard; these included both language and library features. Most of these libraries made it to the C++11 Standard published in 2011. A couple more library features that originated in Boost have been added to the latest revision of the C++ Standard known as C++14 (published in 2014).
Over the years, Boost has added libraries for string and text processing, including regular expression handling, generic containers compatible with the Standard Library, smart pointers for efficient exception-safe memory management, concurrent programming, network programming, interprocess communication, filesystem handling, template metaprogramming, and many others. The following table lists some of the prominent Boost libraries grouped by category. This is by no means exhaustive:

Boost libraries have found varied use in the industry because of some very high-performance libraries (such as Boost.Asio and Boost.Intrusive), and because of a very permissive and uncomplicated Boost license, which allows source redistribution, distribution of derivative work, and distribution in a binary form for noncommercial as well as commercial purposes with minimal constraints. In the next section, we will set up a development environment that enables us to use any Boost library in our C++ code using consistent conventions. This should serve us well for the rest of the book.
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Vue.js前端開發基礎與項目實戰
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Arduino開發實戰指南:LabVIEW卷
- Machine Learning with R Cookbook(Second Edition)
- ASP.NET Core 2 and Vue.js
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- C++ 從入門到項目實踐(超值版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- Mastering Apache Maven 3
- ASP.NET Core 2 Fundamentals
- Java EE 8 and Angular
- UI動效設計從入門到精通
- Spring Boot 2+Thymeleaf企業應用實戰
- Learning Ext JS(Fourth Edition)