aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project
diff options
context:
space:
mode:
authorMorgan Cyrus <[email protected]>2022-10-07 21:09:37 -0700
committerMorgan Cyrus <[email protected]>2022-10-07 21:09:37 -0700
commit34ccf11d6884aa151164a08744f47f9c21eca555 (patch)
tree174f59eb0ff02005f4e57af7da8ce6b6f34091c6 /Ch 5 Debugging Project
parentStep 2.9 complete. Math and input fixed. (diff)
downloadcst116-ch5-debugging-cyrus-34ccf11d6884aa151164a08744f47f9c21eca555.tar.xz
cst116-ch5-debugging-cyrus-34ccf11d6884aa151164a08744f47f9c21eca555.zip
Finished all exercises.
Diffstat (limited to 'Ch 5 Debugging Project')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp7
-rw-r--r--Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exebin53760 -> 53760 bytes
-rw-r--r--Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilkbin576328 -> 603712 bytes
-rw-r--r--Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.objbin83581 -> 83581 bytes
-rw-r--r--Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdbbin2445312 -> 2560000 bytes
5 files changed, 7 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
index 400970b..7996b00 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
@@ -94,13 +94,20 @@
/* Debugging Exercise 3
*
* 1) Choose Disable All Breakpoints from the Debug menu.
+* done
+*
* 2) With the cursor on the calculation, Run to Cursor. Remember
* that the Run to Cursor tool can be accessed by right clicking
* in the code window and choosing the correct menu option.
+* done
+*
* 3) Step over the calculation and verify that this time
* you end up with more money than before the raise.
+* done; verified... $129.622
+*
* 4) Stop debugging. Now run the entire program by choosing the menu
* option Start Without Debugging.
+* done
*
********************************************************************/
diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe
index 9e43520..7c91b5a 100644
--- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe
+++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe
Binary files differ
diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk
index 7537ff4..079dbab 100644
--- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk
+++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk
Binary files differ
diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj
index 68184ec..03b6166 100644
--- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj
+++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj
Binary files differ
diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb
index 70d9e5f..e71bbca 100644
--- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb
+++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb
Binary files differ