summaryrefslogtreecommitdiff
path: root/01-28.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-02-02 10:10:03 -0800
committerlshprung <lshprung@yahoo.com>2021-02-02 10:10:03 -0800
commit43b0b86abaa63e3a5795b066c1a5fef9a60d8f0d (patch)
tree7316bd14f985aa9fafee105e8605e97a16fef083 /01-28.md
parentb09cbadb35e31faac2a799532868fef78f32a61f (diff)
Post-class 02/02
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)