CS 117, Introduction to Computer Science

Compact Disc Library, updated for input output.

Program due by 5 PM on Monday, 11/5/01.

Overview

Enhance your CD Library to provide two additional menu options:
  If the user chooses "Save library to file", the program should prompt the user to enter a file name. It should then write out all the compact discs to a file on disk.

If the user chooses "Load library from file", the program should prompt the user to enter a file name. It should then ignore whatever CDs it currently has in memory, and load up the library from the file as if starting from scratch.
 

But my last CD program didn't work?!

If you're in this situation, send me email IMMEDIATELY. I have a completed CompactDiscLibrary assignment (without the I/O) that you can use as a starting point.

Good luck!