From cb800d375d829283e4af0c324fad8afea1aef81b Mon Sep 17 00:00:00 2001 From: twsta Date: Wed, 12 Oct 2022 20:21:17 -0700 Subject: added parentheses around Fahrenheit - 32 --- .../771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx | Bin 0 -> 13243 bytes .../CST116-Ch6-Debugging/FileContentIndex/read.lock | 0 .../.vs/CST116-Ch6-Debugging/v17/.suo | Bin 0 -> 26624 bytes .../.vs/CST116-Ch6-Debugging/v17/Browse.VC.db | Bin 0 -> 16441344 bytes .../89d120d40c25389b/CST116-CH6-DEBUGGING.ipch | Bin 0 -> 40501248 bytes CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp | 2 +- .../Debug/CST116-C.3414da97.tlog/CL.command.1.tlog | Bin 0 -> 926 bytes .../x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog | Bin 0 -> 20366 bytes .../x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog | Bin 0 -> 820 bytes .../CST116-Ch6-Debugging.lastbuildstate | 2 ++ .../Debug/CST116-C.3414da97.tlog/link.command.1.tlog | Bin 0 -> 1720 bytes .../Debug/CST116-C.3414da97.tlog/link.read.1.tlog | Bin 0 -> 3832 bytes .../Debug/CST116-C.3414da97.tlog/link.write.1.tlog | Bin 0 -> 900 bytes .../x64/Debug/CST116-Ch6-Debugging.exe | Bin 0 -> 72704 bytes .../x64/Debug/CST116-Ch6-Debugging.exe.recipe | 11 +++++++++++ .../x64/Debug/CST116-Ch6-Debugging.ilk | Bin 0 -> 733352 bytes .../x64/Debug/CST116-Ch6-Debugging.log | 2 ++ .../x64/Debug/CST116-Ch6-Debugging.obj | Bin 0 -> 90557 bytes .../x64/Debug/CST116-Ch6-Debugging.pdb | Bin 0 -> 1323008 bytes ...CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt | 1 + CST116-Ch6-Debugging/x64/Debug/vc143.idb | Bin 0 -> 166912 bytes CST116-Ch6-Debugging/x64/Debug/vc143.pdb | Bin 0 -> 462848 bytes 22 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db create mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb create mode 100644 CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt create mode 100644 CST116-Ch6-Debugging/x64/Debug/vc143.idb create mode 100644 CST116-Ch6-Debugging/x64/Debug/vc143.pdb (limited to 'CST116-Ch6-Debugging') diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx new file mode 100644 index 0000000..4066506 Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo new file mode 100644 index 0000000..24ace40 Binary files /dev/null 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 new file mode 100644 index 0000000..3b43600 Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch new file mode 100644 index 0000000..85d65ae Binary files /dev/null and b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch differ diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp index 497e2f8..cfede8f 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.cpp @@ -51,7 +51,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line - celcius = 5 / 9 * fahrenheit - 32; + celcius = 5 / 9 * (fahrenheit - 32); cout << fahrenheit << " degrees F = " << celcius << " degrees C" << endl; diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog new file mode 100644 index 0000000..dc2a3fd Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog new file mode 100644 index 0000000..f12b08b Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog new file mode 100644 index 0000000..e98e6e6 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog differ 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 new file mode 100644 index 0000000..6de338d --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CST116-Ch6-Debugging.lastbuildstate @@ -0,0 +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\| diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog new file mode 100644 index 0000000..30ba59d Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog differ 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 new file mode 100644 index 0000000..763d04c Binary files /dev/null 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 new file mode 100644 index 0000000..7e3998a Binary files /dev/null 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 new file mode 100644 index 0000000..0227607 Binary files /dev/null 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 new file mode 100644 index 0000000..ca652a5 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\twsta\Source\Repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe + + + + + + \ No newline at end of file diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk new file mode 100644 index 0000000..6239d95 Binary files /dev/null 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 new file mode 100644 index 0000000..00bdc91 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.log @@ -0,0 +1,2 @@ + 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 diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj new file mode 100644 index 0000000..a3940f2 Binary files /dev/null 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 new file mode 100644 index 0000000..06cdac9 Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb differ diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..6d76451 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +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/vc143.idb b/CST116-Ch6-Debugging/x64/Debug/vc143.idb new file mode 100644 index 0000000..ac282f0 Binary files /dev/null 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 new file mode 100644 index 0000000..07dbeea Binary files /dev/null and b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb differ -- cgit v1.2.3