Manage the contents of a video store.
-
src - Video store source code
-
obj - Directory for generated object files
-
bin - Directory for generated executables
-
CREDITS - who created this code
-
README.md - this file
-
BUILD - how to build and run the program
- 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
- Customer_t.cpp - unit testing for Customer class
- Movie_t.cpp - unit testing for Movie class
- Rental_t.cpp - unit testing for Rental class (todo)
- Customer_t.*.txt - output files for unit testing Customer class