Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 674 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 674 Bytes

C++ Library Management System

This C++ project represents an efficient library management system, providing users with a simple interface to manage books, members and transactions​

Key Features

  • Book and member management
  • Book issuing and returning
  • Custom fines and due dates
  • Simple command-line interface
  • Easy integration with custom CSV files

Installation

Clone the Repository:

git clone https://github.com/Dima336l/C-Coursework-1.git

Navigate to Directory:

cd C-Coursework-1

Compile:

make

Usage

For default usage:

./Main library_books.csv

For custom file:

./Main <filename>

Testing

./Test_main