diff options
| -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 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"); |