Introduction - If you have any usage issues, please Google them yourself
Define the student class Student, used to store and output the student' s name, student number, age, and the results of the program design and statistics the number of students. 1) define a default constructor, constructor and copy constructor parameters to the student' s name, student number, age, the results of procedures designed to allocate memory and assign 2) defines the function output of student information 3) define a destructor 4) in the main function definition of multiple objects and call these member functions to be tested 5) the header files and source files to organize the program.