From 96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Wed, 12 Oct 2022 20:43:44 -0700 Subject: added psuedo code --- .vs/VSWorkspaceState.json | 5 +++-- .vs/cst116-ch6-debugging-stark/v17/.suo | Bin 27136 -> 30720 bytes .vs/slnx.sqlite | Bin 319488 -> 319488 bytes .../771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx | Bin 13243 -> 0 bytes .../.vs/CST116-Ch6-Debugging/v17/.suo | Bin 26624 -> 39936 bytes .../.vs/CST116-Ch6-Debugging/v17/Browse.VC.db | Bin 16441344 -> 16441344 bytes .../89d120d40c25389b/CST116-CH6-DEBUGGING.ipch | Bin 40501248 -> 40501248 bytes CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj | 3 +++ .../CST116-Ch6-Debugging.vcxproj.filters | 3 +++ CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt | 9 +++++++++ 10 files changed, 18 insertions(+), 2 deletions(-) delete mode 100644 CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx create mode 100644 CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt 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 index 6d2075f..a21be86 100644 Binary files a/.vs/cst116-ch6-debugging-stark/v17/.suo and b/.vs/cst116-ch6-debugging-stark/v17/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 8ac6f1a..6406d7d 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ 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 deleted file mode 100644 index 4066506..0000000 Binary files a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx and /dev/null differ diff --git a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo index 24ace40..139ca3d 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 3b43600..e5353c4 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/.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 index 85d65ae..f541f63 100644 Binary files a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipch 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.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 @@ + + + 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 @@ Source Files + + + \ 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 -- cgit v1.2.3