Home > Back-end >  Student management system
Student management system

Time:09-27

Student management system
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 explain

CodePudding user response:

You can refer to my article: https://blog.csdn.net/abcd7038/article/details/105144417

CodePudding user response:

reference abcd7038 reply: 3/f
can refer to my article: https://blog.csdn.net/abcd7038/article/details/105144417

Create the class have

CodePudding user response:

reference 1st floor wuhui2356 response:
is simpler, but there is no ready-made code,

Have a complete code and explain

CodePudding user response:

The
Qubilah reference 4 floor? Response:
Quote: refer to the third floor abcd7038 response:
can refer to my article: https://blog.csdn.net/abcd7038/article/details/105144417

Create the class of

This not too specific,
I can only give you ballpark framework,
Because so many people ask this, and also about the same,
Modify a little bit about the line,
Can't rewrite it again everyone, don't have enough time,
  • Related