summaryrefslogtreecommitdiff
path: root/01-14.md
diff options
context:
space:
mode:
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)