//============================================================================ // Name : date.h // Author : TODO: fill in name //============================================================================ // TODO: add definitions and declarations so that date.cpp compiles // This includes code (#ifndef) to ensure class definitions appear just // once and including any headers for types that Date depends on. // Make sure you include appropriate documentation - see your class // style guide. // TODO: Document the Date class by describing *what* it does, not how it does // it; that is, what are its responsibilities?