mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
see #12: translate ch06
This commit is contained in:
@@ -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)
|
||||
|
||||
## 进一步阅读的参考资料
|
||||
|
||||
|
||||
Reference in New Issue
Block a user