aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp')
-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.
*