In this problem, you will overload the insertion operator(operator<<) for Student typed objects. We specifythe result of inserting a student object into an output stream asfollows:
where <student.first_name>, <student.last_name>,and <student.uin> are the values of the insertedstudent object's first_name, last_name,and uin respectively.
In this problem, you will overload the insertion operator (operator<<) for Student typed objects. We specify the result
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am