Documenting your code
Make sure that:
- all .cpp and .h files start with a large comment identifying
the author(s), date written, modification history & a statement of what
the program does as a whole.
- you include the name of the directory where I can find the source &
executable.
- each method starts with a short comment explaining what
it does.
- any code that is not obvious should have internal comments explaining its
function.
Printing Out Code to turn in
Only turn in code that you have written or modified.
Your printouts should begin with winmain.cpp, followed by the .h & .cpp files
arranged so that each .h file immediately precedes its .cpp.