diff options
| author | jacobdw22 <[email protected]> | 2022-10-29 15:07:33 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-10-29 15:07:33 -0700 |
| commit | b88bd790ae3379059a996fcab332403dfa7904c9 (patch) | |
| tree | 6f7213efeec7b468a01da04c4c71db5c9489db77 /CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | |
| parent | Simple changes. (diff) | |
| download | cst116-ch11-debugging-jacobdw22-b88bd790ae3379059a996fcab332403dfa7904c9.tar.xz cst116-ch11-debugging-jacobdw22-b88bd790ae3379059a996fcab332403dfa7904c9.zip | |
Final changes?
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index 974355d..868a32a 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -99,13 +99,13 @@ int main() } else { - cout << "Trouble Opening File"; + cout << "Trouble Opening Output File"; cout << "\n\n\t\t ** About to EXIT NOW! ** "; } } else { - cout << "Trouble Opening File"; + cout << "Trouble Opening Input File"; cout << "\n\n\t\t ** About to EXIT NOW! ** "; } return 0; |