From 53c5ebd322575c158f9187769b048197a7d56a53 Mon Sep 17 00:00:00 2001 From: tafaar Date: Mon, 31 Oct 2022 21:05:55 -0700 Subject: did 2.2 --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3