Introduction - If you have any usage issues, please Google them yourself
A simple student management system, according to C++, the characteristics of engineering structures, the use of multi-build environment, file structure, the case of the implementation code is divided into the following documents: (1) Student class declaration file. Data as follows: student number, name, sex, age, profession, home address function as follows: constructor, destructor, the members of the relevant data set and get functions. (2) Student class implementation file. (3) the student management application file.