CIS29 - Makeup Lab Exercise - October 29th

This makeup lab exercise must be completed on Thursday, October 29th and submitted by 8:25 pm. This lab exercise may be used to replace your lowest lab exercise grade or a missing lab exercise.

You are to convert the CIS27 example 3-5 into a static library application. Divide the example into 3 files, a Date source file, a Date header file, and a main(). Compile the Date source file and header file and place it in a static library. Create an application using the main() function and "link in" your Date library.

Email the three files and the program output.