📄 jsy.cpp
字号:
#include <iostream.h>
#include <string.h>
#include "jsy.h"
void jsy::print()
{cout<<"-------------------------------------"<<endl;
cout<<"职务: 技术员"<<endl;
cout<<"编号:"<<"\t"<<n<<endl;
cout<<"姓名:"<<"\t"<<name<<endl;
cout<<"工资:"<<"\t"<<salary<<endl;
cout<<"-------------------------------------"<<endl;
cout<<""<<endl;
}
void jsy::set(char *a,int c,int d)
{name=a;
time=c;
timepay=d;
salary=time*timepay;
n=++number;
no4++;
contain++;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -