An Event Class With Time And Date Objects

Date Class
·Date class w/ year, month, day
·Date getter & setter functions
·Date function to print date
·Date default constructor
·Date constructor with parameters

Time Class
·Time class w/ hour, minute
·Time getter & setter functions
·Time function to print time
·Time default constructor
·Time constructor with parameters

Event Class
·Event class that contains portions of the Date & Time classes
·Event default constructor
·Event constructor w/ parameters
·Event setter function
·Event print function

Main
·main() function that tests each class

Do not add extra data members or methods to the classes.
All extra variables must be local.
This program must be written using C++ language only, and using Visual Studio 2008.
Attached is the foundation code for the program. Please use this code when building this project.
Also included is a sample of the expected output from the program.

Thank you for considering my project 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *