文件名称:C++高校管理系统
文件大小:34KB
文件格式:TXT
更新时间:2014-10-21 04:40:14
课程设计
class people//人员基类
{
protected:
int number;//编号
char name[20];//姓名
char sex[4];//性别
int age;//年龄
public:
void show()
{
cout<<"编号"<
文件名称:C++高校管理系统
文件大小:34KB
文件格式:TXT
更新时间:2014-10-21 04:40:14
课程设计
class people//人员基类
{
protected:
int number;//编号
char name[20];//姓名
char sex[4];//性别
int age;//年龄
public:
void show()
{
cout<<"编号"<