diff options
| author | prestonderek <[email protected]> | 2022-10-21 10:23:23 -0700 |
|---|---|---|
| committer | prestonderek <[email protected]> | 2022-10-21 10:23:23 -0700 |
| commit | 2b0da22f982854f107c02dc7904bfdb8eccdce31 (patch) | |
| tree | 92a0e291357ff2c633f5606b88b6c5efddac736c | |
| parent | created breakpoint 4 with a condition of x == 8 (diff) | |
| download | cst116-ch10-debugging-prestonderek-2b0da22f982854f107c02dc7904bfdb8eccdce31.tar.xz cst116-ch10-debugging-prestonderek-2b0da22f982854f107c02dc7904bfdb8eccdce31.zip | |
verified results at end of exercise two.
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 1 |
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.
|