This C++ project represents an efficient library management system, providing users with a simple interface to manage books, members and transactions
- Book and member management
- Book issuing and returning
- Custom fines and due dates
- Simple command-line interface
- Easy integration with custom CSV files
git clone https://github.com/Dima336l/C-Coursework-1.git
cd C-Coursework-1
make
./Main library_books.csv
./Main <filename>
./Test_main