Developed a comprehensive Library Management System using C++ and OOPs, operating through a command-line interface
In this Library Management System project,
- You can enter the record of new books and retrieve the details of books available in the library.
- You can issue the books to the students and maintain their records.
- Late fine is charged for students who returns the issued books after the due date.
- New book is not issued to students those not returned the last book.
- Only one book is issued to students.
cd Library_management_system
g++ library.cpp
./a.out
default admin password is "admin_pass"