OOP C++ Library Management System
OOP C++ Library Management System
2. User account number (for students it can be the roll number, for teachers and staff it can be the employee
code)
4. Maximum number of books that a particular user is allowed to issue. (3 for student, 5 for staff, 10 for
teachers)
5. Return Date for each issued book. (this is the date before which user must return the books otherwise they
will have to pay some fine, 7 days for students, 21 days for staff, 3 months for teachers)
6. Total fine on a user (at the rate of Rs.10/- per late day)
For Books
1. Title of book
3. Year of publication
2. Date of publication
3. Library Code
4. Issue books
5. Return books
6. Re-issue books
2) If Staff
a) Search for books
List the available categories and display books according to the category specified
Book availability must be written. To whom a book is issued and return date must be mentioned
i) Choose a Category
(1) Issue Book