Skip to content

crvarsha0102/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple Library Management System implemented in C++. It allows you to manage a collection of books and library members, as well as perform operations such as adding books, searching for books by ISBN, borrowing and returning books, and managing library members. Add Books: Allows the user to add a new book with its ISBN, title, and author. Search Book by ISBN: Lets the user search for a book using its ISBN. Display Books: Shows a list of all the books currently available in the library. Add Members: Allows the user to add new library members with a unique Member ID and name. Display Members: Displays a list of all registered library members. Borrow Book: Enables a library member to borrow a book by providing the Member ID and the ISBN of the book. Return Book: Enables a library member to return a borrowed book by providing the Member ID and the ISBN of the book.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages