Skip to content

ZeusSama0001/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

screenshot

Introduction

The Library Management System is a simple C++ console application that allows users to manage books and student records in a library. It provides features for adding, modifying, and deleting student and book records, as well as issuing and depositing books.

Features

  • Create and manage student records.
  • Create and manage book records.
  • Issue books to students.
  • Deposit books back to the library.
  • Administrator menu for managing records.

Usage

  1. Prerequisites: Ensure you have a C++ compiler installed on your system.

  2. Compile the Code: Use your preferred C++ compiler to compile the library_management.cpp source code.

    g++ library_management.cpp -o library_management
  3. Run the Application: To start the Library Management System, run the compiled executable:

     ./library_management
  4. Administrator Menu:

    • To access the administrator menu, select option 3 in the main menu.
    • The administrator menu provides options to create, display, modify, and delete student and book records.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Author

Vaibhav Srivastava

Puneet Kumar

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

Acknowledgments

This project was created as part of a computer science project.

Special thanks to our teachers for their guidance and support.

About

Library Management System Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages