Media Library Group Project

This was a group project in my Software Engineering class. The emphasis was more on teamwork and communication than actual coding. The program represents a library catalog. A patron can login, view the various media available for rent, and checkout the media. We used C++ because it can run quickly on most machines. We also used a CLI so the user can quickly navigate the program once they are familiar with the menus.

Each file contains a description of who did what. This allows an easy comparison of my coding style with my peers.

The zip file contains the code with an .exe file compiled in 64-bit Windows. Click here to download the zip file.