Comp 170
Validate Date String
Due: 10/31/2005 at 9:50 am
Points: 20
Goals
- Practice
parsing strings.
- Learn
to convert strings to integers. atoi
Assignment
Write a c++ program with the
following functionality. Compile, run
and verify your program.
- Your program
should accept a line of text input.
- When
the line contains a valid date display “Valid Date”.
- When
the line contains an invalid date display “Invalid Date”.
- Be
sure to check for leap years. http://www.harding.edu/dsteil/170/flowcharts/leap
year.htm
- The
only date format that should be considered valid is mm/dd/yyyy.
Program Submission
- Turn
in a printed copy of your program.
- Be
sure your name is on your paper
- Be
sure your papers are stapled.