summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-31 21:05:55 -0700
committertafaar <[email protected]>2022-10-31 21:05:55 -0700
commit53c5ebd322575c158f9187769b048197a7d56a53 (patch)
treea4ce7b87847328d7c59b06c148b80a50f9e6e5da
parentfixed output (diff)
downloadcst116-ch11-debugging-hill-53c5ebd322575c158f9187769b048197a7d56a53.tar.xz
cst116-ch11-debugging-hill-53c5ebd322575c158f9187769b048197a7d56a53.zip
did 2.2
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp3
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.