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

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++》

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