Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondjs/library_management_system
This repository contains a C++ program designed to manage a library system with various functionalities such as reading student and book information, deleting student records, searching for students, displaying information, computing statistics, and more.
https://github.com/desmondjs/library_management_system
cpp
Last synced: 11 days ago
JSON representation
This repository contains a C++ program designed to manage a library system with various functionalities such as reading student and book information, deleting student records, searching for students, displaying information, computing statistics, and more.
- Host: GitHub
- URL: https://github.com/desmondjs/library_management_system
- Owner: DesmondJS
- Created: 2024-07-16T13:57:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T19:30:44.000Z (4 months ago)
- Last Synced: 2024-07-22T23:15:19.112Z (4 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System in C++
This project is a C++ program designed to manage a library system. It provides functionalities to handle student and book information, perform various operations such as searching, deleting, and displaying records, and compute relevant statistics.
## Features
- Read student information from a text file
- Read book information from a text file
- Delete a student's record
- Search for a student by ID
- Display output of the combined information in the console or a text file
- Compute and display statistics
- Display the total number of students in the course
- Display the total number of books borrowed
- Display the total number of overdue books
- Display the total overdue fines
- Display warned students
- Show students that borrowed the same books## File Formats
- Student Information File: A text file containing student details.
- Book Information File: A text file containing book details.