https://github.com/acecoooool/effective-modern-cpp-code
Demo code for《Effective Modern C++》
https://github.com/acecoooool/effective-modern-cpp-code
cplusplus cplusplus-11 cpp11 cpp14 effective-modern-cpp modern-cpp
Last synced: 12 months ago
JSON representation
Demo code for《Effective Modern C++》
- Host: GitHub
- URL: https://github.com/acecoooool/effective-modern-cpp-code
- Owner: AceCoooool
- Created: 2018-04-25T14:58:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T06:34:02.000Z (over 7 years ago)
- Last Synced: 2025-01-05T03:42:27.987Z (about 1 year ago)
- Topics: cplusplus, cplusplus-11, cpp11, cpp14, effective-modern-cpp, modern-cpp
- Language: C++
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Effective-Modern-Cpp-Code
《Effective Modern C++》书上的实例代码(更新ing)
## Loadmap
### ch1:类型推导
- [x] item1~item4
- [x] summary
### ch2:auto
- [x] item5~item6
- [x] summary
### ch3:转向现代C++
- [x] item7~item17
- [x] summary
### ch4:智能指针
- [x] item18~item22
- [x] summary
### ch5:右值引用,移动语义和完美转发
- [x] item23~item30
- [x] summary
### ch6:lambda表达式
- [x] item31~item34
- [x] summary
### ch7:并发API
这部分不太清楚,暂时先略
### ch8:微调
- [x] item41~item42
- [x] summary