Zebra0.com

MCC++ Programming Project: Birthdays

C++ Programming Project: Birthdays

Birthdays

  1. Create a file with several people. Each line in the file has one person: Amy Lynn,3/17/2010 or Mark,12/21/1992.
  2. Create a structure person with string name, and Date birthdate, and Date birthday. For example Marks birthdate is 12/21/1992, but his birthday is 12/21/2018. (this year).
  3. Read in the file and create a Vector of the birthdays from the file.
  4. Display the list of people with their name and birthday and age on the console.

This web site, and all pages therein, are the sole property and responsibility of Zebra0.com.
It is not endorsed, sponsored, or provided by or on behalf of Montgomery College.