Skip to content

Aditi9560/LibraryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

This is a simple C++ Library Management System that connects to a MySQL database, allowing administrators to add books and students, and users to borrow books from the library.

Features

  • Administrator Functionality:
    • Add new books to the library.
    • Add new students to the library system.
  • User Functionality:
    • Borrow books from the library if available.

Technologies Used

  • Programming Language: C++
  • Database: MySQL
  • Libraries:
    • MySQL Connector/C++ for database connection
    • Windows API (Sleep function)

Prerequisites

  • MySQL server running locally.
  • MySQL Connector/C++ installed and configured.
  • Dev-C++ compiler with proper configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages