From 17e2edd7c6ae035db97c61a900fbb704767693b9 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Wed, 12 Oct 2022 20:46:57 -0700 Subject: added output file --- .../.vs/CST116-Ch6-Debugging/v17/.suo | Bin 39936 -> 40448 bytes .../.vs/CST116-Ch6-Debugging/v17/Browse.VC.db | Bin 16441344 -> 16441344 bytes CST116-Ch6-Debugging/CST116-Ch6-Debugging.txt | 2 ++ CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | 1 + .../CST116-Ch6-Debugging.vcxproj.filters | 1 + .../CST116-Ch6-Debugging.lastbuildstate | 2 +- .../Debug/CST116-C.3414da97.tlog/link.read.1.tlog | Bin 3832 -> 3832 bytes .../Debug/CST116-C.3414da97.tlog/link.write.1.tlog | Bin 900 -> 900 bytes .../x64/Debug/CST116-Ch6-Debugging.exe | Bin 72704 -> 72704 bytes .../x64/Debug/CST116-Ch6-Debugging.exe.recipe | 2 +- .../x64/Debug/CST116-Ch6-Debugging.ilk | Bin 733352 -> 733600 bytes .../x64/Debug/CST116-Ch6-Debugging.log | 3 ++- .../x64/Debug/CST116-Ch6-Debugging.obj | Bin 90557 -> 90739 bytes .../x64/Debug/CST116-Ch6-Debugging.pdb | Bin 1323008 -> 1396736 bytes CST116-Ch6-Debugging/x64/Debug/vc143.idb | Bin 166912 -> 166912 bytes CST116-Ch6-Debugging/x64/Debug/vc143.pdb | Bin 462848 -> 462848 bytes 16 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 CST116-Ch6-Debugging/CST116-Ch6-Debugging.txt diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo index 139ca3d..8f0943a 100644 Binary files a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db index e5353c4..0dad9db 100644 Binary files a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db differ diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.txt b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.txt new file mode 100644 index 0000000..0ac2182 --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.txt @@ -0,0 +1,2 @@ +Enter temperature in Fahrenheit: 212 +212 degrees F = 100 degrees C \ No newline at end of file diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj index 698c6c4..b92e9fd 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj @@ -131,6 +131,7 @@ + diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters index f1aee52..fd0b8e4 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters @@ -21,5 +21,6 @@ + \ No newline at end of file diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate index 6de338d..2b007c0 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate @@ -1,2 +1,2 @@ PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.33.31629:TargetPlatformVersion=10.0.19041.0: -Debug|x64|C:\Users\twsta\Source\Repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\| +Debug|x64|C:\Users\twsta\source\repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\| diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog index 763d04c..03e5963 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog index 7e3998a..1c5546c 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe index 0227607..383cd71 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe index ca652a5..ccb8621 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe @@ -2,7 +2,7 @@ - C:\Users\twsta\Source\Repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe + C:\Users\twsta\source\repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk index 6239d95..89f0b73 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log index 00bdc91..004d6e6 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log @@ -1,2 +1,3 @@  CST116-Ch6-Debugging.cpp - CST116-Ch6-Debugging.vcxproj -> C:\Users\twsta\Source\Repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe +C:\Users\twsta\source\repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\CST116-Ch6-Debugging.cpp(54,25): warning C4244: '=': conversion from 'double' to 'float', possible loss of data + CST116-Ch6-Debugging.vcxproj -> C:\Users\twsta\source\repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj index a3940f2..71d853c 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb index 06cdac9..196b445 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb differ diff --git a/CST116-Ch6-Debugging/x64/Debug/vc143.idb b/CST116-Ch6-Debugging/x64/Debug/vc143.idb index ac282f0..812d125 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/vc143.idb and b/CST116-Ch6-Debugging/x64/Debug/vc143.idb differ diff --git a/CST116-Ch6-Debugging/x64/Debug/vc143.pdb b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb index 07dbeea..21f65dd 100644 Binary files a/CST116-Ch6-Debugging/x64/Debug/vc143.pdb and b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb differ -- cgit v1.2.3