Dates, Weekdays, Integer Division, and Enumerations
- noEnum.cpp
Handles days directly as integers.
- enumWeek.cpp
Creates a special enumerated type for weekdays, enhancing readability.
- inputEnumFail.cpp
Illustrates the need for special handling in the I/O of enumerated types.
- enumWeek.cpp
Creates and uses overloaded operators type for weekdays.