Question: Coding in C++ use operator overloading Create a main.cpp and a header file You take a file: 01/01/2000 Alice 02/02/2001 Dan And you have to
Coding in C++
use operator overloading
Create a main.cpp and a header file
You take a file:
01/01/2000 Alice
02/02/2001 Dan
And you have to read that line and distinguish the birthday date and the name.
Then, with the birthdays, you compare them and see whos oldest and whos youngest.
myDate holds month, day, and year (of the birthday) and Student holds name and birthday (myDate type)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
