Skip to content

A C++ Library Management System with Object-Oriented Programming, featuring User class and subclasses (Student, Professor, Librarian) and functionalities like search, borrow/return books, and fines calculation/payment.

Notifications You must be signed in to change notification settings

kumud09/Library-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Library-Management

The C++ code is in the file lib_system. You have to compile and run the code in terminal. On entering the system, the login of the user will be encountered where the users and the librarian can login to the system. User id and Password of librarian are as follows: Username: Lib@svnit.ac.in Password: Lib@123 The, the user and librarian can access their services through the instructions given while running the code. Limitation: Do not put spaces while giving the input. You can use underscore or camel-casing or any other method.

About

A C++ Library Management System with Object-Oriented Programming, featuring User class and subclasses (Student, Professor, Librarian) and functionalities like search, borrow/return books, and fines calculation/payment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages