Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Tham khảo tài liệu 'hướng dẫn tự học và thực hành visual basic c++ 2008 part 5', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 2Ừ6 Phân IV Các lop Initf Julian julian FromJulianO ToStringO Date Date lnit I Date Date operator const Date date Copy date return this Conversion to Julian date Date operator long return Julian Conversion to a string Date operator const char 0 return _string_date.c_str void Date setMonth int m I it m 0 II m MaxMonths return jnonth m I void Date setDayOfMonth int d I if d 1 II d 31 return Wow check the days per THIS month. 207 Pnần IV Các lởp int daysPerMonth MonthDays _month if isLeapYear _year if _month 2 daỵsPerMonth if í d daysPerMonth return _day._of_month d Ị void Date setYear int y i if y 0 II y MaxYear return _year y void Date setFormat const DateForma1 f .format f bool Đate isLeapYear void const I return _year 1582 jear 4 0 _year 100 ũ II _year 400 . _year 4 0 bool Oate.isLeapYear int year const return year 1582 year 4 0 year 100 ũ II year 400 0 year 4 0 I Return the number of days in a given month. int Date numDayslnMonth int m int y 0 Validate the input. H Check the year. 208 Phần IV Các lóp if y 0 II y MaxYear return -1 Do the month. if m 1 II m M axMonths return -1 int daysPerMonth MonthDaysị m if isLeapYeaJ y if m 2 daysPerMonth return daysPerMonth Return the number of days in the current month int Date numDayslnMonth void lot daysPerMonth MonthDays -month it isLeapYear _year if -month 2 daysPerMonth return daysPerMonth I Date Date operator int numDays long i Julian j numDays Date d j return d Date Date operator int numDays Julian numDays FromJulian ToStringO return this Date Datenoperatorjint numDays