The Library Management System is a simple C++ console application that allows users to manage books and student records in a library. It provides features for adding, modifying, and deleting student and book records, as well as issuing and depositing books.
- Create and manage student records.
- Create and manage book records.
- Issue books to students.
- Deposit books back to the library.
- Administrator menu for managing records.
-
Prerequisites: Ensure you have a C++ compiler installed on your system.
-
Compile the Code: Use your preferred C++ compiler to compile the
library_management.cpp
source code.g++ library_management.cpp -o library_management
-
Run the Application: To start the Library Management System, run the compiled executable:
./library_management
-
Administrator Menu:
- To access the administrator menu, select option 3 in the main menu.
- The administrator menu provides options to create, display, modify, and delete student and book records.
Puneet Kumar
This project is licensed under the MIT License - see the LICENSE.txt file for details.
This project was created as part of a computer science project.
Special thanks to our teachers for their guidance and support.