- Learning Boost C++ Libraries
- Arindam Mukherjee
- 385字
- 2021-07-16 20:48:59
Preface
Boost is not just a collection of useful, portable, generic C++ libraries. It is an important incubator for ideas and concepts that make their way to the ISO C++ Standard itself. If you are involved in the development of software written in C++, then learning to use the Boost libraries would save you from reinventing the wheel, improve the quality of your software, and very likely push up your productivity.
I first came across the Boost libraries a decade ago, while looking for a portable C++ regular expressions library. Over the next couple of days, porting Perl and Korn Shell text-processing code to C++ became a breeze, and I took an instant liking to Boost. In using many more Boost libraries to write software since then, I often found myself digging deep into the documentation, or asking questions on the mailing list and online forums to understand library semantics and nuances. As effective as that was, I always sorely missed a book that would get me started on the most useful Boost libraries and help me become productive faster. This is that book.
Boost has a wide array of libraries for solving various kinds of programming tasks. This book is a tutorial introduction to a selection of over of the most useful libraries from Boost to solve programming problems effectively. The chosen libraries represent the breadth of cross-cutting concerns from software development, including data structures and algorithms, text processing, memory management, exception safety, date and time calculations, file and directory management, concurrency, and file and network I/O, among others. You will learn about each library by understanding the kind of problems it helps solve, learning the fundamental concepts associated with it, and looking at a series of code examples to understand how the library is used. Libraries introduced earlier in this book are freely used in later examples, exposing you to the frequent synergies that occur in practice between the Boost libraries.
As a collection of peer-reviewed, open source libraries, Boost draws heavily from community expertise. I firmly believe that this book will give you a strong practical foundation in using the Boost libraries. This foundation will reflect in the quality of the software you write, and also give you the leverage to engage with the Boost community and make valuable contributions to it.
- 劍指JVM:虛擬機實踐與性能調優
- Django開發從入門到實踐
- JavaScript+jQuery開發實戰
- Scratch 3游戲與人工智能編程完全自學教程
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Learning Probabilistic Graphical Models in R
- Python Data Structures and Algorithms
- 微服務架構深度解析:原理、實踐與進階
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Python語言科研繪圖與學術圖表繪制從入門到精通
- 嵌入式Linux C語言程序設計基礎教程
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Mapping with ArcGIS Pro
- 企業級Java現代化:寫給開發者的云原生簡明指南