MIS-495
Spring 2002
Assignment 3:
Write a MFC-based C++ program with the following features:
- Add a pop-up menu for "Building"
- Add a choice to that pop-up menu to "Enter/Edit Building
Information"
- Add a Dialog Resource and a corresponding C++ CDialog-derived class to
allow the operator to enter a Building Name (CString) and Square Feet (int)
- Add a windows message handler for the new menu choice (created above) to
the CView-derived class that
will cause the new dialog box to be displayed and will allow the data values
for building name and square feet to persist in the CDocument-derived class.
Post your program via the BlackBoard Digital Drop Box by the beginning of class on
Wednesday, February 6, 2002.