From 71b02191644e2bff307fbc2bb6a5964b4255306a Mon Sep 17 00:00:00 2001 From: CEOofOogaBooga Date: Tue, 8 Nov 2022 19:02:39 -0800 Subject: E --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 +-- 1 file changed, 1 insertion(+), 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"); -- cgit v1.2.3