aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging
diff options
context:
space:
mode:
authorprestonderek <[email protected]>2022-10-21 10:23:23 -0700
committerprestonderek <[email protected]>2022-10-21 10:23:23 -0700
commit2b0da22f982854f107c02dc7904bfdb8eccdce31 (patch)
tree92a0e291357ff2c633f5606b88b6c5efddac736c /CST116-Ch10-Debugging
parentcreated breakpoint 4 with a condition of x == 8 (diff)
downloadcst116-ch10-debugging-prestonderek-2b0da22f982854f107c02dc7904bfdb8eccdce31.tar.xz
cst116-ch10-debugging-prestonderek-2b0da22f982854f107c02dc7904bfdb8eccdce31.zip
verified results at end of exercise two.
Diffstat (limited to 'CST116-Ch10-Debugging')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
index 4030c20..b7a6604 100644
--- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
+++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp
@@ -147,3 +147,4 @@ void PrintFunction(const int varX[20], const int varY[20],
<< "\t " << varY[x]
<< "\t " << varZ[x] << endl;
}
+//results at end of exercise two are correct.