Video Store Project

This directory contains source files for a partial implementation of software to manage a video rental store. Completion of this software is assigned as a student project for CS320.

Project requirements

Source files for the partially-completed implementation:

Class(es) Header (.h) file Implementation (.cc) file
Copycopy.hcopy.cc
Customercustomer.hcustomer.cc
Latechargelatecharge.hlatecharge.cc
RentableItem, Movie, Gamerentable.hrentable.cc
Reservationreservation.hreservation.cc
VideoStorestore.hstore.cc
Datedate.hdate.cc
Moneymoney.hmoney.cc
PersistentObject, PersistentPtr, PersistentStreampersistent.hpersistent.cc
(Utility function answerYesNo())yesno.hyesno.cc

Implementation (.cc) files for the Date, Money, and Persistent___ classes are not included above, since students are not responsible for mastering how they work for the project. They will be made available to interested students upon request.

All files referenced from this page are Copyright © 1998, 1999 - Russell C. Bjork