Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Library Management System

Overview

This Library Management System is a C++ console-based application that allows users to manage books and members. It includes functionalities for adding books and members, issuing and returning books, and storing book and member details in files.

Author - Anu

Features

  • Add new books with details such as ID, title, author, genre, and total copies.
  • Add new members (either general members or students) with details like ID, name, and contact information.
  • Issue books to members and track borrowing.
  • Return books and update availability.
  • Display all books and members.
  • Save book and member data persistently using files.

Concepts Used

  • Object-Oriented Programming (OOP) (Classes, Objects, Inheritance, Polymorphism)
  • Data Structures (Arrays, Linked Lists, Stacks, Queues)
  • Algorithms (Sorting, Searching)
  • File Handling (Reading/Writing files)
  • Exception Handling (try-catch blocks)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages