Hey buddy,
Here's the problem :
???
Define a struct Date to keep track of dates. Provide fucntions that read Dates from input, write Dates to output, and initialize a Date with a date.
???
I've written the functions that read dates from input and write them to the output in the code below.
thanks for answering my friend,
i did consider this, but it wasn't that challenging.
is it possible to cin an input like say " 27-december-1994 " and manage to extract the data then initialize the Date sturct with it ?