Files
EffectiveModernCppChinese/README.md
2016-11-18 11:39:50 +08:00

11 lines
522 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Effective Modern C++ 翻译
42 Specific Ways To Improve Your Use Of C++11 And C++14
本书面向对C++有较熟悉理解的读者
# 目录
1. 类型推导
1. [Item 1:理解模板类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item1.md)
2. [Item 2:理解auto类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item2.md)
3. [Item 2:理解decltype[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item3.md)