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.
- Administrator Functionality:
- Add new books to the library.
- Add new students to the library system.
- User Functionality:
- Borrow books from the library if available.
- Programming Language: C++
- Database: MySQL
- Libraries:
- MySQL Connector/C++ for database connection
- Windows API (Sleep function)
- MySQL server running locally.
- MySQL Connector/C++ installed and configured.
- Dev-C++ compiler with proper configuration.