Question: In C++ Make the files as mentioned in the question The problem 1. 2. Create a class called myDate with month, date, and year fields
The problem 1. 2. Create a class called myDate with month, date, and year fields Overload the>> operator for the class to read a date in the format mm/dd/yyyy a. E.g., 09/25/2017 should read 9 in the field month, 25 in the field date and 2017 in the field year Create a class called Student with fields name and birthday. Name should be of type string and birthday should be of type myDate. 3. 4. Overload>, >overload - 25 points 3. Student class- 10 points 4. Operator>,overload 20 points 5. File read 20 points 6. Find oldest and youngest 15 points 7. Bonus 1- 10 points 8. Bonus 2-10 points Submission instructions Submit the following files in a zip file: . myDate.h myDate.cpp - Student.h Student.cpp . progExam1.cpp . birthdays.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
