https://github.com/joegithubpro/studentinformationsystemevo
C++ console - Student Management System
https://github.com/joegithubpro/studentinformationsystemevo
Last synced: 11 months ago
JSON representation
C++ console - Student Management System
- Host: GitHub
- URL: https://github.com/joegithubpro/studentinformationsystemevo
- Owner: JoeGitHubPro
- Created: 2023-11-29T18:06:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T15:37:08.000Z (about 2 years ago)
- Last Synced: 2025-02-26T17:16:26.202Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 7.81 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 students, courses, and student scores, as well as display student and course information.
Features
- Add Student: Users can add new students with their details including student number, name, sex, age, institution, and major.
- Add Course: Users can add new courses with details such as course number, name, credit, and property (compulsory or optional).
- Add Student Score: Users can add scores for students in specific courses.
- Display Student Information: Users can view detailed information about a specific student by providing their student number.
- Display Course Information: Users can view detailed information about a specific course by providing its course number.
- Display Student Scores: Users can view scores of a specific student by providing their student number.
Usage
- Run the program.
- Choose the desired operation from the menu:
- 1: Add Student
- 2: Add Course
- 3: Add Student Score
- 4: Display Student Information
- 5: Display Course Information
- 6: Display Student Scores
- 7: Exit
- 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.