COP4226, Tutorial 1
Due Tuesday, May 14 at the start of class
Hand in a printouts of the view's header and cpp files. Hand in a diskette
with all the source code. Do not include the Debug directory, not the executable
on the diskette (they won't fit).
Create EX05C from the text. Make the following changes
-
Include Printing and Print preview when you create the project in App Wizard
-
Name your project so that it includes your solix user name.
-
Include your solix username as part of every member variable and function
that you add to your project.
-
If I were to add a member variable named m_nColor to my project, I would
name it m_nColor_downeyt.
-
If I were to add a member function named OnLButtonDown, I would name it
OnLButtonDown_downeyt
- Make the scroll bars react to keyboard input.