A Library Management System built in C++ using OOP principles. Supports role-based actions for Students, Faculty, and Librarians including borrowing, returning, fine handling, and book/user management ...
LibraryManagementSystem/ ├── LMS.c # Main source code ├── books.txt # Book database ├── members.txt # Member database ├── password.txt # System password ├── README.md # This file ├── LMS.exe # ...