从文件读 ifstream fin("tool.cpp");输出到文件:ofstream fout("tool.cpp");使用完记得关闭文件:fin.close();fout.close();
ifndef PAYROLL_H#define PAYROLL_H#include <fstream> //using namespace std; //float processEmp(ifstream &, ofstream &);#endif