Home
C Sci 40 - First Project Due Date Classes

By the first project due date, your program should contain a main program with stub functions, as described below.  DO NOT add extra material until the group leader has turned in this initial draft.

The main program should read a command, and while that command is not "quit", execute that command and read the next command.

The stub functions that should be included are:
1. An execute command function (Likely this will be nothing more than a cout that prints what command was executed.)
2. A read command function (This is probably nothing more than a cin for now.)

The group leader should contact me directly (phone call, Zoom, or in person) when the project is ready for the first due date. At that time I will let you know whether the program meets minimum qwualifications, and what you need to do next.