summaryrefslogtreecommitdiff
path: root/02-02.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-02-04 09:54:52 -0800
committerlshprung <lshprung@yahoo.com>2021-02-04 09:54:52 -0800
commit66c083479a396926ac0f055992aacfb66a0a6ec8 (patch)
tree84e6a54cb6238000251aa0998eac20cc94a02868 /02-02.md
parent43b0b86abaa63e3a5795b066c1a5fef9a60d8f0d (diff)
Post-class 02/04
Diffstat (limited to '02-02.md')
-rw-r--r--02-02.md4
1 files changed, 4 insertions, 0 deletions
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)