UMBC CMSC 202, Computer Science II, Fall 1999,

Project 2 Notes


  1. There was a mistake in the original posting of Project 2 which has now been corrected. The incorrect section was in item 6 in the "Tasks" section:

  2. Another typo (in item 3 of the "Tasks" section) has been corrected:

  3. Proj2.C has been revised to correct a minor bug. If you attempted to do Find/Delete on empty list, the value 0 would be used as the righthand operand of the modulus (%) operator, which results in a runtime error due to division by zero. You may wish to make a similar revision in Proj2-test.C.


Last Modified: 10 Oct 1999 17:07:41 EDT by Alan Baumgarten, abaumg1@cs.umbc.edu

Back up to Fall 1999 CMSC 202 Section Homepage