/date-class

A custom Date class implemented from scratch

Primary LanguageC++

date-class

A custom Date class implemented from scratch

TestDate() provides an interactive way of testing all features of the Date class individually. NOTE: None of the test data has been hard-coded in TestDate(). This has been done for easier testing and greater flexibility.