diff options
| author | Trenton Stark <[email protected]> | 2022-10-12 20:46:57 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-12 20:46:57 -0700 |
| commit | 17e2edd7c6ae035db97c61a900fbb704767693b9 (patch) | |
| tree | d6b592aa6f632434facd970157be048e65134bc6 | |
| parent | added psuedo code (diff) | |
| download | cst116-ch6-debugging-stark-17e2edd7c6ae035db97c61a900fbb704767693b9.tar.xz cst116-ch6-debugging-stark-17e2edd7c6ae035db97c61a900fbb704767693b9.zip | |
added output file
16 files changed, 8 insertions, 3 deletions
diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo Binary files differindex 139ca3d..8f0943a 100644 --- a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo +++ 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 differindex e5353c4..0dad9db 100644 --- a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db +++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db 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 @@ </ItemGroup>
<ItemGroup>
<Text Include="CST116-Ch6-Psuedo-code.txt" />
+ <Text Include="CST116-Ch6-Debugging.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
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 @@ </ItemGroup>
<ItemGroup>
<Text Include="CST116-Ch6-Psuedo-code.txt" />
+ <Text Include="CST116-Ch6-Debugging.txt" />
</ItemGroup>
</Project>
\ 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 Binary files differindex 763d04c..03e5963 100644 --- 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 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 differindex 7e3998a..1c5546c 100644 --- 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 diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe Binary files differindex 0227607..383cd71 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.exe +++ 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 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 @@ <Project> <ProjectOutputs> <ProjectOutput> - <FullPath>C:\Users\twsta\Source\Repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe</FullPath> + <FullPath>C:\Users\twsta\source\repos\cst116-ch6-debugging-stark\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe</FullPath> </ProjectOutput> </ProjectOutputs> <ContentFiles /> diff --git a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk Binary files differindex 6239d95..89f0b73 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.ilk +++ 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 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 Binary files differindex a3940f2..71d853c 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.obj +++ 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 differindex 06cdac9..196b445 100644 --- a/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb +++ b/CST116-Ch6-Debugging/x64/Debug/CST116-Ch6-Debugging.pdb diff --git a/CST116-Ch6-Debugging/x64/Debug/vc143.idb b/CST116-Ch6-Debugging/x64/Debug/vc143.idb Binary files differindex ac282f0..812d125 100644 --- a/CST116-Ch6-Debugging/x64/Debug/vc143.idb +++ 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 differindex 07dbeea..21f65dd 100644 --- a/CST116-Ch6-Debugging/x64/Debug/vc143.pdb +++ b/CST116-Ch6-Debugging/x64/Debug/vc143.pdb |