https://www.stroustrup.com/Programming/PPP2code/std_lib_facilities.h
Chapter 15 // Class Definition Drills
9. Change the representation of Person to have first_name and second_name instead of name. Make it an error not to supply both a first and a second name. Be sure to fix >> and << also. Test.
Github: https://github.com/l-paz91/principles-practice/blob/master/Chapter%2015/Class%20Definition%20Drills/Drill%209
.
No comments:
Post a Comment