diff options
| -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 4d5b721..bc59f1d 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -54,6 +54,7 @@ //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.
//Changed while loop to be i<10.
+//Ran the program at start of Exersize 3 and it's infinite 0's!!!
#include <iostream>
using std::cout;
|