Project 2 Notes and Corrections
- 24 Sept 2001
 Some students have requested the addition of operator== 
and/or operator!= for the ListIterator class.  Although solutions are
possible without these, some valid solutions could benefit from them.
So, these operators are permitted.
- 24 Sept 2001
 Some students have asked questions about what a "blank line" is.
	A "blank line" in the file is one that contains only the NEWLINE character.
	The file will NOT contain lines with just whitespace and then a NEWLINE
character.
	Because of these restrictions, there is no way to include a NEWLINE
character in the message, so all messages will be one line of text.
- 19 Sept 2001
 The general project organization rules require you to put
	all code in a class' .C file and none in the .H file.
 The code provided by the author (LinkedList.H/C) does not follow
	this convention.  It is NOT necessary for you to rewrite the
	LinkedList code to follow this convention.  However, you MUST
	still follow this convention for any class which you implement.
- 18 Sept 2001
 Another test file, HDT1.dat ( a quotation from Henry
        David Thoreau) has been added to Mr. Frey' public directory
        for your testing pleasure.