diff options
| author | CEOofOogaBooga <[email protected]> | 2022-11-08 19:02:39 -0800 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-11-08 19:02:39 -0800 |
| commit | 71b02191644e2bff307fbc2bb6a5964b4255306a (patch) | |
| tree | fc2cec4e1c2f1ed4c737844237cfc87dff62f8da /CST116-Ch11-Debugging | |
| parent | Start (diff) | |
| download | cst116-ch11-debugging--trinh--71b02191644e2bff307fbc2bb6a5964b4255306a.tar.xz cst116-ch11-debugging--trinh--71b02191644e2bff307fbc2bb6a5964b4255306a.zip | |
E
Diffstat (limited to 'CST116-Ch11-Debugging')
| -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 afecc34..2af8ee0 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -84,9 +84,8 @@ int main() ifstream inFile; - // Notice how this automatically opens the file - ofstream outFile("C:\\Users\\furyf\\OneDrive\\Desktop\\Homework\\CST Homework\\CST116 Ch11\\CH11 text file.txt"); + ofstream outFile("C:\\TEMP\\Chap_11_Report.txt"); inFile.open("C:\\Users\\furyf\\OneDrive\\Desktop\\Homework\\CST Homework\\CST116 Ch11\\CH11 text file.txt"); |