In this assignment you will write a program that uses dates of Gregorian
calendar, which is the calendar commonly used today. In doing so, you will have
a chance to create a number of useful C++ functions to convert external date
to/from serial Julian date, which is simply an integer that stores the number
of days since November 24 4714 BC, otherwise known as the Julian Period, or
January 1st 4713BC in the Julian Calendar.
You will also explore the functionality of C++ streams while prompting,
validating, and processing user input of external dates. One week is the time
frame to complete your work. Start early, since you may discover things looking
trivial at the beginning appear to take longer time to implement than you
originally expected. Solutions to the given problems will be available at the
next lecture.
|