Movie Database (cpp)

Implement an offline movie database in C++ to specification.

This was a graded project, awarded a 1st at 93%. Strengths of this project include the template functions in MovieDatabase.h, allowing for extremely versatile sort queries with little redundant code.