下载后可任意编辑C++工资管理系统源代码12024 年 4 月 19 日下载后可任意编辑#include#include#include#includeusing namespace std;double sum,avarage;int amount=0;int ab=0,cd=0,ef=0;ofstream *file[50];struct xinxi{double jiben;double zhiwu;double gangwei;double yiliao;double gongji;double sum;double sum1;double avarage;struct xinxi *next;};class worker{public:string name;string ID;double sum;double avarage;22024 年 4 月 19 日下载后可任意编辑xinxi sc1;class worker *next;};void luru(worker *head);void search1(worker *head);void search2(worker *head);void xianshi(worker *head);void xiugai(worker *head);void chazhao(worker *head);void shanchu(worker *head);void tianjia(worker *head);void tongji(worker *head);void display();void read(worker *head);void dakai(worker *head);int main(){system("color ff");int x;//bool flag2=0;/*do{do{cin>>x;if