diff options
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 9bc85e8..268c3b7 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -52,6 +52,7 @@ * 7) Fix the problem and re-run to verify.
********************************************************************/
//Finished debug 1. Removed ; from while loop. This still isn't working correctly though.
+//Debug 2 ran to breakpoint and the while loop did not execute the cout statement.
#include <iostream>
using std::cout;
|