diff options
| author | prestonderek <[email protected]> | 2022-11-01 19:36:20 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-01 19:36:20 -0700 |
| commit | 13e773ea95d075273d36cf2424e605d0f76678d8 (patch) | |
| tree | afff4ec65c06c610b4b3fec067b97434290b70b8 | |
| parent | added comment about the else statement for output file error. (diff) | |
| download | cst116-ch11-debugging-prestonderek-13e773ea95d075273d36cf2424e605d0f76678d8.tar.xz cst116-ch11-debugging-prestonderek-13e773ea95d075273d36cf2424e605d0f76678d8.zip | |
Commit for more comments
| -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"); |