diff options
| author | Trevor Bouchillon <[email protected]> | 2022-10-24 17:06:57 -0700 |
|---|---|---|
| committer | Trevor Bouchillon <[email protected]> | 2022-10-24 17:06:57 -0700 |
| commit | 7d2f2886d7b05231b2d0cf153c4ec545498af1e4 (patch) | |
| tree | d701257d93992cb1f88b99e5f39ac29e360f3a49 | |
| parent | exercise 3 part 6 done (diff) | |
| download | cst116-ch10-debugging-daboochillin-7d2f2886d7b05231b2d0cf153c4ec545498af1e4.tar.xz cst116-ch10-debugging-daboochillin-7d2f2886d7b05231b2d0cf153c4ec545498af1e4.zip | |
Finished Exercise 3
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 984e739..2819d9d 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -43,7 +43,7 @@ * (Hint: If you need help setting breakpoints based upon a
* condition refer to Chapter 8).
* ********************************************************************************
-* To do this I just changed SIZE to equal 8.
+* To do this I just changed SIZE to equal 8
* ********************************************************************************
* 4) Run to Breakpoint 4.
* 5) Continue stepping into the remainder of the for loop until the
|