diff options
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
*
********************************************************************/
|