aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprestonderek <[email protected]>2022-10-12 20:35:51 -0700
committerprestonderek <[email protected]>2022-10-12 20:35:51 -0700
commit96637b49c41650f34b9161230894f67eb5d80c2e (patch)
treea290c21ef12a208436ed729d5f83823773e29e63
parentCommit at completion of Debug 1. (diff)
downloadcst116-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.cpp1
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;