資源簡介
代碼片段和文件信息
#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
- 上一篇:c語言涂格子游戲源碼.zip
- 下一篇:c語言學生成績管理系統源碼.zip
評論
共有 條評論