Description: Packaging a CSTUDENT class, used to describe the properties and behavior of students, specific requirements are as follows: 1, students have the name, place of birth, student number, age, results of five members of the data, write constructor, copy constructor, as well as prepare DISPLAY () member function display student information. 2, write the main function, the definition of two Cstudent class object (the initial value is arbitrary), respectively, call the member function DISPLAY () show two objects student information,* /
File list (Check if you may need any files):
2.cpp