... ifstream payrollInFile; ofstream payrollOutFile; int totalEmp = 4; payrollInFile.open("input.txt"); payrollOutFile.open("output.txt"); ...
確定! 回上一頁