From 68ea003af87d111a46994e63686b13a5711675d3 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Tue, 1 Nov 2022 19:36:50 -0700 Subject: Done --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (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 6d1851d..fd1bc43 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -81,6 +81,7 @@ int main() ifstream inFile; + // Notice how this automatically opens the file //Commented these out to do my own. // ofstream outFile("C:\\TEMP\\Chap_11_Report.txt"); -- cgit v1.2.3