revision #1: 增加习题说明,修正部分格式问题

This commit is contained in:
Changkun Ou
2018-04-02 00:24:57 +02:00
parent 9b376c66e8
commit 68db38ccb7
4 changed files with 23 additions and 17 deletions

View File

@@ -4,13 +4,13 @@
## 目录
- [**序言**](./0-preface.md)
- [**第 1 章 迈向 C++11/14/17**](./1-intro.md)
- [**序言**](./0-preface)
- [**第 1 章 迈向 C++11/14/17**](./1-intro)
+ 1.1 被弃用的特性
+ 1.2 与 C 的兼容性
+ 进一步阅读的参考文献
- **第二章 语言可用性的强化**
+ `nullptr``constexpr`
+ nullptr 与 constexpr
+ 类型推导
+ `auto`
+ `decltype`
@@ -98,7 +98,7 @@
+ 未入选特性
+ Concepts
返回目录 | 上一章 | [下一章:序言](./0-preface.md)
返回目录 | 上一章 | [下一章:序言](./0-preface)
## 许可