Merge pull request #177 from imba-tjd/patch-1

更新链接
This commit is contained in:
Francis 2022-04-10 16:28:46 +08:00 committed by GitHub
commit ba3694d8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,7 +292,7 @@ C++2.0 是一个简称,意为「现代 C++」,包括 C++11/14/17/20。
#### 8.1 [极客时间《现代 C++ 实战 30 讲》](https://time.geekbang.org/channel/home)
- [堆、栈、RAIIC++ 里该如何管理资源?](./learn_class/modern_C++_30/RAII)
- [](./modern_++_30/RAII/heap.cpp)
- [](./learn_class/modern_++_30/RAII/heap.cpp)
- [](./learn_class/modern_C++_30/RAII/stack.cpp)
- [RAII](./learn_class/modern_C++_30/RAII/RAII.cpp)
- [自己动手,实现 C++ 的智能指针](./learn_class/modern_C++_30/smart_ptr)