quartarian / CS33901-Refactoring-01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Manage the contents of a video store.  Files include:

Main files:

VideoStore.cpp - Example of video store usage.
Customer.hpp, Customer.cpp - Customer class
Movie.hpp, Movie.cpp - Movie class
Rental.hpp, Rental.cpp - Rental class

Testing files:

Customer_t.cpp - unit testing for Customer class
Movie_t.cpp - unit testing for Movie class
Rental_t.cpp - unit testing for Rental class
Customer_t.*.txt - output files for unit testing Customer class

Other files:

README - this file
BUILD - how to build and run the program
Makefile

About


Languages

Language:C++ 100.0%