资源简介


资源截图

代码片段和文件信息

#include
#include
#include
#include  

/* 【自学去】网站收集 http://www.zixue7.com */

const int EMP=1000;//学院教工总人数(跟据需要可以放缩)************************
void numbertochar(char*double);

//定义基类教工类employee******************************************************
class employee{
private:
//   姓名     教工号     职位     性别     电话号码************************
char name[10]number[10]post[10]sex[10]telephone[15];
int age;//年龄*************************************************************
double monthwages;//月工资*************************************************
static long employees;//学院教工人数***************************************
public:
long getemployees()
{
return employees;
}
char*getnumber()
{
return number;
}
char*getname()
{

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-03-31 17:51  c语言教工工资管理系统\
     文件      293376  2015-03-31 17:51  c语言教工工资管理系统\c程序设计_教工工资管理系统.doc
     文件         121  2015-05-17 06:52  c语言教工工资管理系统\it学习网.url
     文件       11713  2015-05-17 06:56  c语言教工工资管理系统\system.cpp
     文件        3401  2015-03-31 17:51  c语言教工工资管理系统\system.dsp
     文件         520  2015-03-31 17:51  c语言教工工资管理系统\system.dsw
     文件       33792  2015-03-31 17:51  c语言教工工资管理系统\system.ncb
     文件       48640  2015-03-31 17:51  c语言教工工资管理系统\system.opt
     文件         744  2015-03-31 17:51  c语言教工工资管理系统\system.plg

评论

共有 条评论