CodePudding user response:
If this is to get the code to you give points??????? Only 20 pointsYou this is the C language??????? I can give you C + +, and C, reference change yourself ~ ~ ~
CodePudding user response:
The following is the specific c + + code
# include
# include
# include
using namespace std;
The first part, the part of part of the writing, so as not to mess
CodePudding user response:
In addition, can not writevoid main ()
CodePudding user response:
With the chain table design data structure!!!!!!CodePudding user response:
The class student {
Private:
VectorThe name;
VectorScore;
Public:
Void print (const string&);
Void sorts ();
Void the add (const string& , const double&);
Void deletes (const string&);
Student (a)=default;
To the student ()=default;
};
Student class definition