diff options
author | lshprung <lshprung@yahoo.com> | 2021-01-19 10:12:34 -0800 |
---|---|---|
committer | lshprung <lshprung@yahoo.com> | 2021-01-19 10:12:34 -0800 |
commit | 11bb7ad186f0c66528bd13fdc83433b1e88e75c8 (patch) | |
tree | ee4dae9b0e912d7bc30db5bfd0f7acec9fce7c7f /01-14.md | |
parent | eb77f50479134c90523287851f516834479e6625 (diff) |
Post-class 01/19
Diffstat (limited to '01-14.md')
-rw-r--r-- | 01-14.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |