summaryrefslogtreecommitdiff
path: root/01-28.md
diff options
context:
space:
mode:
Diffstat (limited to '01-28.md')
-rw-r--r--01-28.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/01-28.md b/01-28.md
index d144117..79fc8c3 100644
--- a/01-28.md
+++ b/01-28.md
@@ -452,3 +452,7 @@ delete b_ptr;
- When `delete b_ptr` is executed, the destructor for `*b_ptr` is automatically activated
- The destructor ensures that the dynamic array used by `*b_ptr` is released
+
+---
+
+[02/02 ->](02-02.md)