The class dateType defined in Programming Exercise 6 prints the date in numerical form. Some applications might require the date to be printed in another form, such as March 24, 2019. Derive the class extDateType so that the date can be printed in either form. Add a member variable to the class extDateType so that the month can also be stored in string form. Add a member function to output the month in the string format, followed by the year—for example, in the form March 2019. Write the definitions of the functions to implement the operations for the class extDateType. Note: you may write a main.cpp to test your class but will not be graded on the main.cpp. I am missing extDateTypeImp.cpp, that is what I need help with. The images attached are the codes that I Have been provided already. PLEASE help with extDateTypeImp.cpp. This is what cengage mindTap is checking for: Correct long date is output
The class dateType defined in Programming Exercise 6 prints the date in numerical form. Some applications might require the date to be printed in another form, such as March 24, 2019. Derive the class extDateType so that the date can be printed in either form.
Add a member variable to the class extDateType so that the month can also be stored in string form. Add a member function to output the month in the string format, followed by the year—for example, in the form March 2019.
Write the definitions of the functions to implement the operations for the class extDateType.
Note: you may write a main.cpp to test your class but will not be graded on the main.cpp.
I am missing extDateTypeImp.cpp, that is what I need help with. The images attached are the codes that I Have been provided already. PLEASE help with extDateTypeImp.cpp.
This is what cengage mindTap is checking for: Correct long date is output
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 4 images