diff options
| author | prestonderek <[email protected]> | 2022-11-01 19:36:50 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-11-01 19:36:50 -0700 |
| commit | 68ea003af87d111a46994e63686b13a5711675d3 (patch) | |
| tree | 1b89bbeec3f3c8195ecee9264a4a6daee953c175 | |
| parent | Commit for more comments (diff) | |
| download | cst116-ch11-debugging-prestonderek-68ea003af87d111a46994e63686b13a5711675d3.tar.xz cst116-ch11-debugging-prestonderek-68ea003af87d111a46994e63686b13a5711675d3.zip | |
Done
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |