see #12: translate ch06

This commit is contained in:
Changkun Ou
2019-07-16 09:30:56 +02:00
parent 9180aab4e6
commit 507f8b9673
17 changed files with 294 additions and 36 deletions

View File

@@ -173,7 +173,7 @@ int main() {
智能指针这种技术并不新奇,在很多语言中都是一种常见的技术,现代 C++ 将这项技术引进,在一定程度上消除了 `new`/`delete` 的滥用,是一种更加成熟的编程范式。
[返回目录](./toc.md) | [上一章](./04-containers.md) | [下一章 标准库:正则表达式](./06-regex.md)
[返回目录](./toc.md) | [上一章](./04-containers.md) | [下一章 正则表达式](./06-regex.md)
## 进一步阅读的参考资料