diff options
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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()) { |