Question: C++, Visual Studio 9. Get Date Write a function getDate (int *dptr, int *mptr, int *yptr) that prompts the user to enter the date as
9. Get Date Write a function getDate (int *dptr, int *mptr, int *yptr) that prompts the user to enter the date as a string in the form dd-mmm-yyyy (for example, 05-Apr-2103) and returns these values through ptr, mptr, and yptr Test your program using the main program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
