From 11bb7ad186f0c66528bd13fdc83433b1e88e75c8 Mon Sep 17 00:00:00 2001 From: lshprung Date: Tue, 19 Jan 2021 10:12:34 -0800 Subject: Post-class 01/19 --- 01-14.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to '01-14.md') 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) -- cgit