book: translation of ch05

Update #12
This commit is contained in:
Changkun Ou
2019-07-19 18:34:41 +02:00
parent e01ebc01cc
commit bf6b09253b
9 changed files with 294 additions and 84 deletions

View File

@@ -68,6 +68,7 @@
+ 5.1 RAII and reference counting
+ 5.2 `std::shared_ptr`
+ 5.3 `std::unique_ptr`
+ 5.4 `std::weak_ptr`
- [**Chapter 06 Regular Expression**](./06-regex.md)
+ 6.1 Introduction
+ Ordinary characters