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