diff options
| author | Trevor Bouchillon <[email protected]> | 2022-10-30 15:30:12 -0700 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-10-30 15:30:12 -0700 |
| commit | a2a925a150864e9398c46b9f6ddc5ab65f1d409d (patch) | |
| tree | 082b9a2d8e4b9b186de5d12607500655ea85f392 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | Added file (diff) | |
| download | cst116-ch11-debugging-daboochillin-a2a925a150864e9398c46b9f6ddc5ab65f1d409d.tar.xz cst116-ch11-debugging-daboochillin-a2a925a150864e9398c46b9f6ddc5ab65f1d409d.zip | |
changed output file
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 6be36a9..745b942 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -84,7 +84,7 @@ int main() ifstream inFile; // Notice how this automatically opens the file - ofstream outFile("C:\\TEMP\\Chap_11_Report.txt"); + ofstream outFile("C:\\TEMP\\Chap_11_ReportOut.txt"); //changed output file to be seperate. inFile.open("C:\\TEMP\\Chap_11_Report.txt"); |