summaryrefslogtreecommitdiff
path: root/01-14.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-01-19 10:12:34 -0800
committerlshprung <lshprung@yahoo.com>2021-01-19 10:12:34 -0800
commit11bb7ad186f0c66528bd13fdc83433b1e88e75c8 (patch)
treeee4dae9b0e912d7bc30db5bfd0f7acec9fce7c7f /01-14.md
parenteb77f50479134c90523287851f516834479e6625 (diff)
Post-class 01/19
Diffstat (limited to '01-14.md')
-rw-r--r--01-14.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/01-14.md b/01-14.md
index 11abf45..0fc5245 100644
--- a/01-14.md
+++ b/01-14.md
@@ -471,3 +471,7 @@ istream& operator >>(istream& ins, point& target){
- Two solutions:
- To write new member functions to set a point's coordinates and use these member functions within the input function's implementation
- You can grant special permission for the input functino to access the private members of the point class - Called a **Friend Function**
+
+---
+
+[01/19 ->](01-19.md)