In this assignment you will create an integer calculator that will allow the user to integer perform arithmetic on either decimal or octal integers.
Use the the MFC AppWizard and create a dialog based application. You must create dialog box items using the Create method approach (ie, no dragging and dropping). You will add a number of components as described below
Components You Will Need

Maximum allowable arithmetic values should be in conformance with a long integer.
Decimal arithmetic is the default when the application starts.
What happens to the values displayed in the text boxes when the user switches from decimal to octal or visa-versa?
Zip up all of the project files and the code and put it onto a diskette. If you have trouble fitting all of the files in a file compatable with a diskette, try deleting the files in the debug directory directory.
A 3.5" diskette labeled with your name, course # and containing the file mp08.zip.