Introduction - If you have any usage issues, please Google them yourself
from the simple definition of a category DateType date, it has data members y, m, d, said the date for the current year, month, day. Then the design of such wishes to achieve (completed) function, and then design the class member functions. For example, the following is a "prototype" can be used to achieve the increase in the days to compare the same date. and the date of the export operation. Please complete the various members function, and the preparation of the main function, note DateType type object, definition of the members of the function call to verify their accuracy. Class DateType (//define the date category DateType int y, m, d// data members, said the date of the current year, month, day public : DateType (int y0 = 1, m0 = 1 int, int d002 = 1)// constructor fu