Q. Please solve this C++ program and show all the steps. (kindly do not use any advanced coding or coding info from any other program. Don't copy from other sources too) a) Add a new function convMonth to the class Date that returns the month in letters (e.g., January, February, etc.). b)Add a function that prints the date using the following format: Month dd, yyyy . Example, January 21, 2023 c) Test the new functions of the class Date by creating dynamically (i.e., using pointers) two objects of the class Date and invoking the new member functions on both objects. Deliverables: date.h, date.cpp, testdate.cpp. (any description or thought process of this coding problem will be really useful, particularly in part c) please let me know if there's any way I could contact you for further assistance,( please!) Thank you !
Q. Please solve this C++ program and show all the steps.
(kindly do not use any advanced coding or coding info from any other program. Don't copy from other sources too)
a) Add a new function convMonth to the class Date that returns the month in letters (e.g., January, February, etc.).
b)Add a function that prints the date using the following format: Month dd, yyyy . Example, January 21, 2023
c) Test the new functions of the class Date by creating dynamically (i.e., using pointers) two objects of the class Date and invoking the new member functions on both objects.
Deliverables: date.h, date.cpp, testdate.cpp.
(any description or thought process of this coding problem will be really useful, particularly in part c)
please let me know if there's any way I could contact you for further assistance,( please!)
Thank you !
Step by step
Solved in 4 steps with 1 images