R. Clayton (rclayton@clayton.cs.monmouth.edu)
(no date)
Can you tell me what the output to project two looks like?
It's just like assignment 1: link and run the program. If the program
produces no output, all the tests passed:
$ g++ -o game game.o
$ game
$
If any of the tests fail, the program will produce an error message
indicating the test that failed:
$ g++ -o game game.o
$ game
test 9 failed.
$
As with the first assignment, assignment 2 exits after finding the first
error. Once you fix the error, you should run assignment 2 again to make
sure there are no other errors.
This archive was generated by hypermail 2.0b3 on Mon Aug 13 2001 - 15:00:04 EDT