Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
struct CDate { public: CDate(){m_month = m_day = 1; m_year = 2013;} CDate(int year){m_month = m_day = 1; m_year = year;} void DisplayDate(); bool...
Hello. I want to display date by using header file, but my code does not work. Can anyone help me out with this?Thank you in advance.Sincerely,