![]() |
#2
hahayezhe2010-09-30 09:26
|
ypedefstructtagStudent
{
int num;
int math;
char*name;
}Student;
typedefstructtagSqList
{
Student*pStudent;
int length;
int listsize;
}SqList;