COP4226, Homework 3

Due Wednesday, November 14 (late 6am 11/15)

Zip your entire project and upload on the web. Exclude the Debug and Release directories.
Submitting Homework Online.

Be sure to include your control library in your uploaded file.

Create a Single Instance, Single Document Interface application.

Avoid long methods. Each method that you create should be short, to promote encapsulation. If you have a method that is longer than 25 lines, then it probably needs to be divided into smaller methods.

Do not create a new data structure if one that already exists will solve the problem.

Extra Credit (due 11/11)

If you submit the sections below that have the same style as this paragraph, then you can earn an extra 2.5 points of extra credit towards the course grade.

Single Instance Application

Application Demo: Demo