- Learning Boost C++ Libraries
- Arindam Mukherjee
- 107字
- 2021-07-16 20:49:03
Summary
This chapter was a quick tour of several Boost libraries that help you do important programming chores, such as parsing command lines, creating type-safe variant types, handling empty values, and performing compile-time checks.
Hopefully, you have appreciated the diversity of libraries in Boost and the expressive power they lend to your code. In the process, you would have also become more familiar with compiling code that uses the Boost libraries and linking to the appropriate libraries as needed.
In the next chapter, we will look at how you can deterministically manage heap memory and other resources in exception-safe ways using various flavors of Boost's smart pointers.
推薦閱讀
- 程序員修煉之道:程序設計入門30講
- Android 9 Development Cookbook(Third Edition)
- JS全書:JavaScript Web前端開發指南
- Python數據分析從0到1
- HTML5+CSS3 Web前端開發技術(第2版)
- OpenGL Data Visualization Cookbook
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- 軟件測試教程
- Node學習指南(第2版)
- JavaScript腳本特效編程給力起飛
- Struts 2.x權威指南
- C陷阱與缺陷
- Spring Boot從入門到實戰
- Android智能手機APP界面設計實戰教程
- 零基礎學Java(第5版)