Topical Information

More String class work.

Program Information

Add end-of-file checking to getline(istream &) and istream & operator>> functions for the String class.

Make sure to test these new features of the String class. (Perhaps you could modify the current test application?)

Thought Provoking Questions

  1. How bad would it really be to not check for EOF here?

  2. Where do you need to place eof calls?

  3. Do you need to take care with the eof checks so that you don't upset eof loops which contain calls to your method(s)?

This assignment is (Level 1.5).