From 43b0b86abaa63e3a5795b066c1a5fef9a60d8f0d Mon Sep 17 00:00:00 2001 From: lshprung Date: Tue, 2 Feb 2021 10:10:03 -0800 Subject: Post-class 02/02 --- 01-28.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to '01-28.md') 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) -- cgit