diff options
| author | twsta <twsta@TRENTON-PC-V2> | 2022-10-12 20:21:17 -0700 |
|---|---|---|
| committer | twsta <twsta@TRENTON-PC-V2> | 2022-10-12 20:21:17 -0700 |
| commit | cb800d375d829283e4af0c324fad8afea1aef81b (patch) | |
| tree | 524566d154c5459571816d169f50c2acae6519f8 /CST116-Ch6-Debugging | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch6-debugging-stark-cb800d375d829283e4af0c324fad8afea1aef81b.tar.xz cst116-ch6-debugging-stark-cb800d375d829283e4af0c324fad8afea1aef81b.zip | |
added parentheses around Fahrenheit - 32
Diffstat (limited to 'CST116-Ch6-Debugging')
22 files changed, 17 insertions, 1 deletions
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 Binary files differnew file mode 100644 index 0000000..4066506 --- /dev/null +++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx 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 --- /dev/null +++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/read.lock diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo Binary files differnew file mode 100644 index 0000000..24ace40 --- /dev/null +++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo 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 Binary files differnew file mode 100644 index 0000000..3b43600 --- /dev/null +++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db 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 Binary files differnew file mode 100644 index 0000000..85d65ae --- /dev/null +++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch 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 Binary files differnew file mode 100644 index 0000000..dc2a3fd --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.command.1.tlog 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 Binary files differnew file mode 100644 index 0000000..f12b08b --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.read.1.tlog 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 Binary files differnew file mode 100644 index 0000000..e98e6e6 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/CL.write.1.tlog 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 Binary files differnew file mode 100644 index 0000000..30ba59d --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.command.1.tlog 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 Binary files differnew file mode 100644 index 0000000..763d04c --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.read.1.tlog 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 Binary files differnew file mode 100644 index 0000000..7e3998a --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-C.3414da97.tlog/link.write.1.tlog diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe Binary files differnew file mode 100644 index 0000000..0227607 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe 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 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project> + <ProjectOutputs> + <ProjectOutput> + <FullPath>C:\Users\twsta\Source\Repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe</FullPath> + </ProjectOutput> + </ProjectOutputs> + <ContentFiles /> + <SatelliteDlls /> + <NonRecipeFileRefs /> +</Project>
\ 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 Binary files differnew file mode 100644 index 0000000..6239d95 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk 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 Binary files differnew file mode 100644 index 0000000..a3940f2 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb Binary files differnew file mode 100644 index 0000000..06cdac9 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb 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 Binary files differnew file mode 100644 index 0000000..ac282f0 --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/vc143.idb diff --git a/CST116-Ch6-Debugging/x64/Debug/vc143.pdb b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb Binary files differnew file mode 100644 index 0000000..07dbeea --- /dev/null +++ b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb |