https://github.com/xiaorancs/boost-learning
Boost库的学习代码,学习才能提升.
https://github.com/xiaorancs/boost-learning
boost c
Last synced: about 2 months ago
JSON representation
Boost库的学习代码,学习才能提升.
- Host: GitHub
- URL: https://github.com/xiaorancs/boost-learning
- Owner: xiaorancs
- Created: 2017-12-11T03:23:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T03:25:39.000Z (over 8 years ago)
- Last Synced: 2025-06-15T06:06:30.697Z (about 1 year ago)
- Topics: boost, c
- Language: C++
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)