From 716ebc3a9c87b241e5f36ff151d8513965f785cb Mon Sep 17 00:00:00 2001 From: Birducken Date: Mon, 7 Nov 2022 22:51:19 -0800 Subject: Finished excersize 2. --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp') diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index e8e54d8..2a855bf 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -69,8 +69,8 @@ using std::ofstream; const int EMPLOYEES = 20; const int MAX = 21; -const string inPath = "dat.txt"; -const string outPath = "repor.txt"; +const string inPath = "data.txt"; +const string outPath = "report.txt"; int ReadData(ifstream& inFile, ofstream& outFile, char name[][MAX], int age[]); void WriteOutputFile(ofstream& outFile, char name[][MAX], int age[], -- cgit v1.2.3