From d4e5d8656c4a60f975adc9e5d7c0128b8a87488b Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Wed, 9 Nov 2022 22:46:51 -0800 Subject: Added error output and note of confusion --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp') diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index d2a70d5..ade508a 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -31,6 +31,8 @@ input file. * 11) Build and execute your code until you have all errors * removed and all the output is correct. +* +* ************ Can't figure out how to shift the flag in the program ************** * * Debugging Exercise 2 * @@ -83,7 +85,7 @@ int main() // Notice how this automatically opens the file ofstream outFile("C:\\TEMP\\Chap_11_Report.txt"); - inFile.open("C:\\TEMP\\Chap_11_data_JT.txt"); + inFile.open("C:\\TEMP\\Chap_11_data_IT.txt"); if (inFile.is_open()) { -- cgit v1.2.3