diff options
| author | the-ugly <[email protected]> | 2022-09-29 16:28:18 -0700 |
|---|---|---|
| committer | the-ugly <[email protected]> | 2022-09-29 16:28:18 -0700 |
| commit | 155746dd634e0fc53e7941eecfd67d05b4a96f5a (patch) | |
| tree | 475ae15b468da82690abc77fd7b2db8b2cc74e51 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | ex 2 end (diff) | |
| download | cst116-lab0-debugging-the-ugly-155746dd634e0fc53e7941eecfd67d05b4a96f5a.tar.xz cst116-lab0-debugging-the-ugly-155746dd634e0fc53e7941eecfd67d05b4a96f5a.zip | |
final step
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index a4a9496..83dd8a6 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -53,9 +53,9 @@ * that the Run to Cursor tool can be accessed by right clicking
* in the code window and choosing the correct menu option.
* 3) Step over the calculation and verify that this time
-* you end up with more money than before the raise.
+* you end up with more money than before the raise. Yes
* 4) Stop debugging. Now run the entire program by choosing the menu
-* option Start Without Debugging.
+* option Start Without Debugging. All good
*
********************************************************************/
|