CSE 1342 PROGRAM 2
DUE Monday September 28, 2009 at 10:00PM
Do exercise 7.23 (Turtle Graphics) on
pages 402-3 of C++ How to Program,
6e. All of the functionality is to be in
a user-defined class called TurtleGraphics. Your
program should have the ability to recognize an invalid command, display an
error message, and go on to the next command. You must have at least one
constructor. Break your program up into
three files: TurtleGraphics.h, TurtleGraphics.cpp, and Program2.cpp. Program2.cpp will contain the main function. Document your code well.