From c8265c6a0ae7688641f2968008f352e7fed89500 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 3 Oct 2022 16:32:46 -0700 Subject: Title infromation --- .vs/cst116-lab0-debugging-joetraver30/v17/.suo | Bin 43008 -> 45568 bytes .../v17/Browse.VC.db | Bin 16515072 -> 16531456 bytes .../376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch | Bin 36044800 -> 36044800 bytes .vs/slnx.sqlite | Bin 331776 -> 331776 bytes Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 7 ++++++- .../Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog | Bin 7526 -> 7082 bytes .../Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog | Bin 1734 -> 1734 bytes .../Debug/Ch 5 Debugging Project.exe | Bin 53760 -> 54272 bytes .../Debug/Ch 5 Debugging Project.ilk | Bin 507072 -> 525708 bytes .../Debug/Ch 5 Debugging Project.obj | Bin 83804 -> 84749 bytes .../Debug/Ch 5 Debugging Project.pdb | Bin 1822720 -> 2052096 bytes Ch 5 Debugging Project/Debug/vc143.idb | Bin 166912 -> 175104 bytes Ch 5 Debugging Project/Debug/vc143.pdb | Bin 462848 -> 462848 bytes Ch 5 Debugging Project/TextFile1.txt | 3 --- 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 index c7870fe..aabd1a3 100644 Binary files a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo and b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo differ diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db index 1542cf8..9ae6e07 100644 Binary files a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db and b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db differ 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 index 53f8d3f..461afd5 100644 Binary files a/.vs/cst116-lab0-debugging-joetraver30/v17/ipch/AutoPCH/376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch and b/.vs/cst116-lab0-debugging-joetraver30/v17/ipch/AutoPCH/376411d6bae006a4/CH 5 DEBUGGING PROJECT.ipch differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 97b7c3b..c5c1a19 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ 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 index 5532111..486e80a 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog and b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.read.1.tlog differ 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 index ed1a514..1d0a3f7 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog and b/Ch 5 Debugging Project/Debug/Ch 5 Deb.57683855.tlog/link.write.1.tlog differ 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 77f95de..d2bff23 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.exe 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 2b5a832..e080c40 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.ilk 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 fe14c22..15760d9 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.obj 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 f09df6b..dfd60bd 100644 Binary files a/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb and b/Ch 5 Debugging Project/Debug/Ch 5 Debugging Project.pdb differ diff --git a/Ch 5 Debugging Project/Debug/vc143.idb b/Ch 5 Debugging Project/Debug/vc143.idb index 44e5c14..a270221 100644 Binary files a/Ch 5 Debugging Project/Debug/vc143.idb and b/Ch 5 Debugging Project/Debug/vc143.idb differ diff --git a/Ch 5 Debugging Project/Debug/vc143.pdb b/Ch 5 Debugging Project/Debug/vc143.pdb index 4a5a885..19b7c3e 100644 Binary files a/Ch 5 Debugging Project/Debug/vc143.pdb and b/Ch 5 Debugging Project/Debug/vc143.pdb differ 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 -- cgit v1.2.3