aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-14 23:39:49 -0700
committerTrenton Stark <[email protected]>2022-10-14 23:39:49 -0700
commit21214772db449e6402bfda7ebb9dc9e860e32660 (patch)
tree814b9c28a45dbc983e5e3bc0ee41b55d7983071c
parentCompleted exercise 3 (diff)
downloadcst116-ch9-debugging-stark-21214772db449e6402bfda7ebb9dc9e860e32660.tar.xz
cst116-ch9-debugging-stark-21214772db449e6402bfda7ebb9dc9e860e32660.zip
Completed exercise 4
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
index b8b4487..cd82844 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.cpp
@@ -62,6 +62,7 @@
* 4) Step into the PrintResults function.
* 5) Notice that the call stack now shows PrintResults on top of
* the stack.
+* I have noticed that
********************************************************************/
#include <iostream>
using std::cout;