aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging
diff options
context:
space:
mode:
authorTrevor Bouchillon <[email protected]>2022-10-24 16:13:02 -0700
committerTrevor Bouchillon <[email protected]>2022-10-24 16:13:02 -0700
commit0d1588f63898fdc0eff95274e1958fbcfd68ac4a (patch)
tree49774d549f2f6dea0de52b9cce7f1caed937c46b /CST116-Ch10-Debugging
parentAdded name and class (diff)
downloadcst116-ch10-debugging-daboochillin-0d1588f63898fdc0eff95274e1958fbcfd68ac4a.tar.xz
cst116-ch10-debugging-daboochillin-0d1588f63898fdc0eff95274e1958fbcfd68ac4a.zip
Exercise 1 done
Diffstat (limited to 'CST116-Ch10-Debugging')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index 1e3d58b..80b7568 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -1,5 +1,8 @@
/********************************************************************
* File: CST116-Ch10-Debugging.cpp
+*
+* Trevor Bouchillon
+* CST116
*
* General Instructions: Complete each step before proceeding to the
* next.
@@ -23,6 +26,9 @@
* 8) Continue running the program to Breakpoint 3.
* 9) Notice the contents of varX and varY now that you are back in the
* main function.
+* ********************************************************************************
+* They changed to incrementing numbers, except varZ became counting evens.
+* ********************************************************************************
* 10) Clear all the breakpoints.
* 11) Stop debugging.
*