#ifndef PAYROLL_H#define PAYROLL_H#include //using namespace std; //float processEmp(ifstream &, ofstream &);#endif
C++没有头文件ifsrtream,这个头文件是fstream#includeusing namespace std;