diff options
| author | Trenton Stark <[email protected]> | 2022-10-12 20:43:44 -0700 |
|---|---|---|
| committer | Trenton Stark <[email protected]> | 2022-10-12 20:43:44 -0700 |
| commit | 96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd (patch) | |
| tree | b56fb9fc4e514e35247f6475700c8fd3a59f2172 | |
| parent | Finished (diff) | |
| download | cst116-ch6-debugging-stark-96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd.tar.xz cst116-ch6-debugging-stark-96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd.zip | |
added psuedo code
| -rw-r--r-- | .vs/VSWorkspaceState.json | 5 | ||||
| -rw-r--r-- | .vs/cst116-ch6-debugging-stark/v17/.suo | bin | 27136 -> 30720 bytes | |||
| -rw-r--r-- | .vs/slnx.sqlite | bin | 319488 -> 319488 bytes | |||
| -rw-r--r-- | CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx | bin | 13243 -> 0 bytes | |||
| -rw-r--r-- | CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo | bin | 26624 -> 39936 bytes | |||
| -rw-r--r-- | CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.db | bin | 16441344 -> 16441344 bytes | |||
| -rw-r--r-- | CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch | bin | 40501248 -> 40501248 bytes | |||
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters | 3 | ||||
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt | 9 |
10 files changed, 18 insertions, 2 deletions
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 0e4e82d..eca1a61 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,7 +1,8 @@ { "ExpandedNodes": [ - "" + "", + "\\CST116-Ch6-Debugging" ], - "SelectedNode": "\\CST116-Ch6-Debugging.sln", + "SelectedNode": "\\CST116-Ch6-Debugging\\CST116-Ch6-Debugging.cpp", "PreviewInSolutionExplorer": false }
\ No newline at end of file diff --git a/.vs/cst116-ch6-debugging-stark/v17/.suo b/.vs/cst116-ch6-debugging-stark/v17/.suo Binary files differindex 6d2075f..a21be86 100644 --- a/.vs/cst116-ch6-debugging-stark/v17/.suo +++ b/.vs/cst116-ch6-debugging-stark/v17/.suo diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex 8ac6f1a..6406d7d 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite 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 differdeleted file mode 100644 index 4066506..0000000 --- a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx +++ /dev/null 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 24ace40..139ca3d 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 3b43600..e5353c4 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/.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 differindex 85d65ae..f541f63 100644 --- 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 diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj index 778451a..698c6c4 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj @@ -129,6 +129,9 @@ <ItemGroup>
<ClCompile Include="CST116-Ch6-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch6-Psuedo-code.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters index 187ab51..f1aee52 100644 --- a/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters +++ b/CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters @@ -19,4 +19,7 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch6-Psuedo-code.txt" />
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt b/CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt new file mode 100644 index 0000000..0a6607d --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt @@ -0,0 +1,9 @@ +set fahrenheit to 0 +set celcius to 0 + +print "Enter tempeartue in Fahrenheit: " +input into fahrenheit + +set celcius = 5 / 9 * (fahrenheit - 32) + +print fahrenheit + " degrees F = " + celcius + " degrees C"
\ No newline at end of file |