• 大小: 0.40M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: C/C++
  • 标签: c  

资源简介


直接点击运行,有代码,初学C语言和课程设计可以用的上哦。给想学C的起个抛砖引玉的目的。

资源截图

代码片段和文件信息




#include
#include
#include

#include                              
using namespace std;

class person                                       
{
protected:                                           
 int number;
 char name[20];
 char sex[6];
 
 float pay[3];
public:                                           
person  *next;                                
 person (){ }                              
 ~person (){ }                                 
 char* getname(){ return name; }                     
 int getnumber(){ return number;}
 double getpay(int i) { return pay[i];}
 float getg(){ return (pay[0]+pay[1]+pay[2]); }
 void input()
 {
  int e=1;
  cout<<“\t\t\t按提示输入:“<  cout<<“\t\t输入工号: “;
  cin>>number;
  cout<<“\t\t输入姓名: “;
  cin>>name;
  do
  {
    cout<<“\t\t输入性别: “;
    cin>>sex;
    if(strcmp(sex“男“)==0 || strcmp(sex“女“)==0)
    {
   
      cout<<“\t\t输入月固定工资: “;
      cin>>pay[0];
      cout<

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          0  2006-05-13 15:31  工资管理系统\PERSON.TXT

     文件     118784  2006-05-13 15:54  工资管理系统\VC60.PDB

     文件       7372  2009-12-05 10:47  工资管理系统\工资管理系统yuan.cpp

     文件       3523  2006-05-13 14:59  工资管理系统\工资管理系统yuan.dsp

     文件        540  2006-05-13 15:19  工资管理系统\工资管理系统yuan.dsw

     文件     593966  2006-05-13 15:54  工资管理系统\工资管理系统yuan.exe

     文件      33792  2006-05-13 15:19  工资管理系统\工资管理系统yuan.ncb

     文件     406551  2006-05-13 15:54  工资管理系统\工资管理系统yuan.obj

     文件      48640  2006-05-13 15:19  工资管理系统\工资管理系统yuan.opt

     文件    1164288  2006-05-13 15:54  工资管理系统\工资管理系统yuan.pdb

     文件       1164  2006-05-13 14:59  工资管理系统\工资管理系统yuan.plg

     目录          0  2009-09-14 23:11  工资管理系统

----------- ---------  ---------- -----  ----

              2378620                    12


评论

共有 条评论