diff options
| author | prestonderek <[email protected]> | 2022-10-12 20:35:51 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-12 20:35:51 -0700 |
| commit | 96637b49c41650f34b9161230894f67eb5d80c2e (patch) | |
| tree | a290c21ef12a208436ed729d5f83823773e29e63 | |
| parent | Commit at completion of Debug 1. (diff) | |
| download | cst116-chapter8-debugging-prestonderek-96637b49c41650f34b9161230894f67eb5d80c2e.tar.xz cst116-chapter8-debugging-prestonderek-96637b49c41650f34b9161230894f67eb5d80c2e.zip | |
Commit for start of exersize 2.
| -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;
|