C++ program using oops
Project detail
C++ program to manage loans from the local public library.
For this we will need the following entities, plus collections for each of the
entities: Patrons, Books and Loans
Code will have 7 cpp files and 1 main, If you create a .h for main then you will have 7 header files.
You should also create a makefile to make it easier to compile.