diff options
| author | Joe Traver <[email protected]> | 2022-10-03 16:32:46 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-03 16:32:46 -0700 |
| commit | c8265c6a0ae7688641f2968008f352e7fed89500 (patch) | |
| tree | 6ec72302acf4a670e2f801f0501c7c86aa8aa88a | |
| parent | Corrected Text (diff) | |
| download | cst116-lab0-debugging-joetraver30-c8265c6a0ae7688641f2968008f352e7fed89500.tar.xz cst116-lab0-debugging-joetraver30-c8265c6a0ae7688641f2968008f352e7fed89500.zip | |
Title infromation
14 files changed, 6 insertions, 4 deletions
diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo Binary files differindex c7870fe..aabd1a3 100644 --- a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo +++ b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db Binary files differindex 1542cf8..9ae6e07 100644 --- a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db +++ b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/ipch/AutoPCH/376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch b/.vs/cst116-lab0-debugging-joetraver30/v17/ipch/AutoPCH/376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch Binary files differindex 53f8d3f..461afd5 100644 --- a/.vs/cst116-lab0-debugging-joetraver30/v17/ipch/AutoPCH/376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch +++ b/.vs/cst116-lab0-debugging-joetraver30/v17/ipch/AutoPCH/376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex 97b7c3b..c5c1a19 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 9a42d92..2971ee8 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -1,5 +1,5 @@ /********************************************************************
-* File: Chap_5_Debugging.cpp
+* File: CST116-lab0-debugging-joetraver30.cpp
*
* General Instructions: Complete each step before proceeding to the
* next.
@@ -67,6 +67,11 @@ using std::endl; int main()
{
+ cout << "Joe Traver" << endl;
+ cout << "CST 116" << endl;
+ cout << "Github ID - joetraver30" << endl;
+
+
float money = 123.45F;
float raise;
diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog Binary files differindex 5532111..486e80a 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog +++ b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog Binary files differindex ed1a514..1d0a3f7 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog +++ b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe Binary files differindex 77f95de..d2bff23 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk Binary files differindex 2b5a832..e080c40 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj Binary files differindex fe14c22..15760d9 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj diff --git a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb Binary files differindex f09df6b..dfd60bd 100644 --- a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb +++ b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb diff --git a/Ch 5 Debugging Project/Debug/vc143.idb b/Ch 5 Debugging Project/Debug/vc143.idb Binary files differindex 44e5c14..a270221 100644 --- a/Ch 5 Debugging Project/Debug/vc143.idb +++ b/Ch 5 Debugging Project/Debug/vc143.idb diff --git a/Ch 5 Debugging Project/Debug/vc143.pdb b/Ch 5 Debugging Project/Debug/vc143.pdb Binary files differindex 4a5a885..19b7c3e 100644 --- a/Ch 5 Debugging Project/Debug/vc143.pdb +++ b/Ch 5 Debugging Project/Debug/vc143.pdb diff --git a/Ch 5 Debugging Project/TextFile1.txt b/Ch 5 Debugging Project/TextFile1.txt index 4b62937..e69de29 100644 --- a/Ch 5 Debugging Project/TextFile1.txt +++ b/Ch 5 Debugging Project/TextFile1.txt @@ -1,3 +0,0 @@ -You have $123.45 -Enter percent raise: .15 -After your raise you have $18.5175 |