An open API service indexing awesome lists of open source software.

https://github.com/xiaorancs/boost-learning

Boost库的学习代码,学习才能提升.
https://github.com/xiaorancs/boost-learning

boost c

Last synced: about 2 months ago
JSON representation

Boost库的学习代码,学习才能提升.

Awesome Lists containing this project

README

          

# Boost学习实践,代码+解释
## 目录:
1. 智能指针:[2_scoped_ptr.cpp](./2_scoped_ptr.cpp)
2. 函数对象:[3_function_object.cpp](./3_function_object.cpp)
3. 事件处理:[4_signal_slot.cpp](./4_signal_slot.cpp)

参考:
1. [The Boost C++ Libraries](http://zh.higscore.de/cpp/boost)
2. [Boost 1.65.1 Library Documentation](http://www.boost.org/doc/libs/1_65_1)