Title description: design a simple student management system, realize the basic functions,
Functional requirements:
(1) design a Student class Student, including Student id, name, dormitory, the telephone,
(2) designing a class student performance Score, including student id, course name, Score,
(3) to add, delete, modify the students information function, inspection on repeat entry,
(4) to add, delete, modify the function of student achievement, inspection on repeat entry,
Student number (5) according to the students, the student information query, and achievement situation,
(6) the use of external file storage directory information,
What to do, can give a complete code, explain it in detail
CodePudding user response:
Relatively simple, but there is no ready-made code,CodePudding user response:
Can you give all the code and explainCodePudding user response:
You can refer to my article: https://blog.csdn.net/abcd7038/article/details/105144417CodePudding user response: