文档详情

C++学生成绩管理系统源代码.pdf

发布:2021-08-26约1.42万字共20页下载文档
文本预览下载声明
class Person { public:char name[8]; }; class student:public Person // 构建学生类 { public: friend void Manage(student stud[]) ; friend void Input(student stud[]) ; friend void Statistic(student stud[]); friend void Lookup(student stud[]) ;
显示全部
相似文档