https://github.com/joegithubpro/studentinformationsystem
C++ console - Students Information System
https://github.com/joegithubpro/studentinformationsystem
Last synced: about 1 month ago
JSON representation
C++ console - Students Information System
- Host: GitHub
- URL: https://github.com/joegithubpro/studentinformationsystem
- Owner: JoeGitHubPro
- Created: 2023-11-29T15:51:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T15:44:58.000Z (about 2 years ago)
- Last Synced: 2025-02-26T17:16:27.522Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Student Management System
Description
This program is a simple student management system that allows users to add, display, show all, and delete students' information.
Features
- Add Student: Users can add a new student with their ID, name, and address.
- Display Student: Users can display information for a specific student by entering their ID.
- Show All Students: Users can display information for all students.
- Delete Student: Users can delete a specific student by entering their ID.
Usage
- Run the program.
- Choose the desired operation from the menu:
- 1: Add Student
- 2: Display Student
- 3: Show All Students
- 4: Delete Student
- Follow the prompts to perform the selected operation.
- After completing the operation, choose whether to perform another operation or exit the program.
Contributing
Feel free to contribute to this project by submitting bug reports, feature requests, or pull requests.
License
This program is released under the MIT License.