- Learning Boost C++ Libraries
- Arindam Mukherjee
- 140字
- 2021-07-16 20:49:01
Chapter 2. The First Brush with Boost's Utilities
Over the course of this book, we will focus on a number of Boost libraries that deal with different subsystems, such as filesystems, threads, network I/O, and a variety of containers, among others. In each chapter, we will delve into the details of a few such libraries. This chapter is different, in the sense that we will pick up a set of useful and varied tricks that will help you in almost all programming situations. To that end we have the following topics lined up for us:
- Simple data structures
- Working with heterogeneous values
- Handling command-line arguments
- Other utilities and compile-time checks
This is the kitchen-sink chapter that you can keep coming back to and scour for an interesting technique that would seem to apply to a problem at hand.
推薦閱讀
- 大話PLC(輕松動漫版)
- The DevOps 2.3 Toolkit
- 程序員面試白皮書
- 無代碼編程:用云表搭建企業數字化管理平臺
- 零基礎學MQL:基于EA的自動化交易編程
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- C++面向對象程序設計習題解答與上機指導(第三版)
- 匯編語言編程基礎:基于LoongArch
- Canvas Cookbook
- R Data Science Essentials
- Java并發編程:核心方法與框架
- Machine Learning for OpenCV
- Software Development on the SAP HANA Platform
- C/C++代碼調試的藝術
- C語言程序設計實驗指導與習題精解