A simple Library Management System built using C++ using Object-Oriented Concepts that allows users to manage books, issue books to students, and keep track of issued books.
- π Add, delete, and view books.
- π Issue books to students.
- π Search for books by ID or name.
- π Save and load book data from a file.
- β Proper error handling and validations.
- C++
- File Handling (fstream)
- STL (vector, string, etc.)
- Object-Oriented Programming (OOP)
- Clone the repository:
git clone https://github.com/HarisAli3/Library-Management-System.git cd Library-Management-System
- Compile the code using g++
g++ -o library main.cpp Library.cpp -std=c++23
- Run the application
./library
If you find any bugs or have feature suggestions, feel free to open an issue or contribute by creating a pull request.
This project is open-source and available under the MIT License.