# Student-Management **Repository Path**: jiangli01/student-management ## Basic Information - **Project Name**: Student-Management - **Description**: This is a test about student management repo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-07-08 - **Last Updated**: 2023-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # INTRODUCE This is a test demo about C++, aimed at consolidating C++ knowledge points, as well as related technologies such as databases and Qt, through a simple student management system project. # REQUIREMENTS TO BE ACHIEVED * Reasonably design the data structure of teachers and students, such as the teacher's job number, age, position, as well as the student's student number, grade, age, class, etc. * Add, delete, modify, and check students and teachers based on their names, job numbers, and student numbers. When querying, basic information of students can be displayed based on their name or student ID. * Enter the students' grades for each subject and sort them. The default sorting method is based on the total score (which needs to consider students from humanities and science classes). * You can query the entire grade ranking of students. If it is the total score ranking, it needs to be divided into humanities and science subjects, and display the grade ranking of each subject. * You can query the ranking of a certain class and display the grade ranking of students' total grades, as well as the class and grade rankings of each subject's grades. # Build 1. Clone repo ```bash git clone https://gitee.com/jiangli01/student-management.git ``` 2. Configuration Environment step1 step2 # Implemented ACHIEVE