diff options
| author | tafaar <[email protected]> | 2022-10-31 21:05:55 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-31 21:05:55 -0700 |
| commit | 53c5ebd322575c158f9187769b048197a7d56a53 (patch) | |
| tree | a4ce7b87847328d7c59b06c148b80a50f9e6e5da /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | fixed output (diff) | |
| download | cst116-ch11-debugging-hill-53c5ebd322575c158f9187769b048197a7d56a53.tar.xz cst116-ch11-debugging-hill-53c5ebd322575c158f9187769b048197a7d56a53.zip | |
did 2.2
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 0cc87f1..bab0d08 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -50,6 +50,9 @@ * (i.e., inFile.open("C:\TEMP\Chap_11_data.txt"). * 2) Build your code, noticing the impact of the invalid path you * created in the previous step. +* +* Done +* * 3) Replace the backslashes as they were. * 4) Change both the input and output filenames so they are * invalid. |