Skip to content

pranshu-17/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library-Management-System

Developed a comprehensive Library Management System using C++ and OOPs, operating through a command-line interface

In this Library Management System project,

  1. You can enter the record of new books and retrieve the details of books available in the library.
  2. You can issue the books to the students and maintain their records.
  3. Late fine is charged for students who returns the issued books after the due date.
  4. New book is not issued to students those not returned the last book.
  5. Only one book is issued to students.

Open the directory

cd Library_management_system

Compilation

g++ library.cpp

Run

./a.out

default admin password is "admin_pass"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages