From 66c083479a396926ac0f055992aacfb66a0a6ec8 Mon Sep 17 00:00:00 2001 From: lshprung Date: Thu, 4 Feb 2021 09:54:52 -0800 Subject: Post-class 02/04 --- 02-02.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to '02-02.md') diff --git a/02-02.md b/02-02.md index 73a51d6..8db9558 100644 --- a/02-02.md +++ b/02-02.md @@ -546,3 +546,7 @@ const node *link() const {return link_field;}; - An ordinary version that return an ordinary pointer to a node - When both a const and non-const version of a function are present: - The **compiler automatically chooses the correct version** depending on whether the function was activated by a constant node (such as `const node *c`) or by an ordinary node + +--- + +[02/04 ->](02-04.md) -- cgit