aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Stark <[email protected]>2022-10-12 20:43:44 -0700
committerTrenton Stark <[email protected]>2022-10-12 20:43:44 -0700
commit96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd (patch)
treeb56fb9fc4e514e35247f6475700c8fd3a59f2172
parentFinished (diff)
downloadcst116-ch6-debugging-stark-96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd.tar.xz
cst116-ch6-debugging-stark-96a689c0fa4c77ce208c8f5d3851f2cdabc9fffd.zip
added psuedo code
-rw-r--r--.vs/VSWorkspaceState.json5
-rw-r--r--.vs/cst116-ch6-debugging-stark/v17/.suobin27136 -> 30720 bytes
-rw-r--r--.vs/slnx.sqlitebin319488 -> 319488 bytes
-rw-r--r--CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidxbin13243 -> 0 bytes
-rw-r--r--CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suobin26624 -> 39936 bytes
-rw-r--r--CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/Browse.VC.dbbin16441344 -> 16441344 bytes
-rw-r--r--CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/ipch/AutoPCH/89d120d40c25389b/CST116-CH6-DEBUGGING.ipchbin40501248 -> 40501248 bytes
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj3
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Debugging.vcxproj.filters3
-rw-r--r--CST116-Ch6-Debugging/CST116-Ch6-Psuedo-code.txt9
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
index 6d2075f..a21be86 100644
--- a/.vs/cst116-ch6-debugging-stark/v17/.suo
+++ b/.vs/cst116-ch6-debugging-stark/v17/.suo
Binary files differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 8ac6f1a..6406d7d 100644
--- a/.vs/slnx.sqlite
+++ b/.vs/slnx.sqlite
Binary files 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
--- a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/FileContentIndex/771cd8c0-0b9b-4874-8340-d71ada271e0d.vsidx
+++ /dev/null
Binary files 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
--- a/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo
+++ b/CST116-Ch6-Debugging/.vs/CST116-Ch6-Debugging/v17/.suo
Binary files 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
--- 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 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
--- 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 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 @@
<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