diff options
| author | prestonderek <[email protected]> | 2022-11-02 22:05:08 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-02 22:05:08 -0700 |
| commit | c6f3e36e32e27c52d13af1d6b6584ae0893882e2 (patch) | |
| tree | f23f091d95b0f1a83a0b05a026bfeb68b92a7fda /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | Done (diff) | |
| download | cst116-ch11-debugging-prestonderek-master.tar.xz cst116-ch11-debugging-prestonderek-master.zip | |
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index fd1bc43..2e3fe3b 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -69,8 +69,7 @@ const int EMPLOYEES = 20; const int MAX = 21; int ReadData(ifstream& inFile, ofstream& outFile, char name[][MAX], int age[]); -void WriteOutputFile(ofstream& outFile, char name[][MAX], int age[], - int counter); +void WriteOutputFile(ofstream& outFile, char name[][MAX], int age[], int counter); void PrintTotalsAndSummary(ofstream& out, int totalRecords); int main() |