summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-10-29 16:30:50 -0700
committerjacobdw22 <[email protected]>2022-10-29 16:30:50 -0700
commit66f32752234ddf9060a3c5d9a2582feae0114272 (patch)
tree9765cf2659e02e09670be60a7a21857ff80d4d8f
parentFinal changes? (diff)
downloadcst116-ch11-debugging-jacobdw22-66f32752234ddf9060a3c5d9a2582feae0114272.tar.xz
cst116-ch11-debugging-jacobdw22-66f32752234ddf9060a3c5d9a2582feae0114272.zip
Added pseudo-code file. Final changes
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj2
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters2
-rw-r--r--CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt17
-rw-r--r--cst116-ch11-debugging-wilson-pseudo-code.txt6
4 files changed, 27 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
index ff7a775..33b8b80 100644
--- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
+++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
@@ -132,6 +132,8 @@
<ItemGroup>
<Text Include="..\..\..\..\..\..\TEMP1\Chap_11_data.txt" />
<Text Include="..\..\..\..\..\..\TEMP1\Chap_11_Report.txt" />
+ <Text Include="..\cst116-ch11-debugging-wilson-pseudo-code.txt" />
+ <Text Include="cst116-ch11-debugging-wilson.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters
index fc20584..424349a 100644
--- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters
+++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters
@@ -22,5 +22,7 @@
<ItemGroup>
<Text Include="..\..\..\..\..\..\TEMP1\Chap_11_data.txt" />
<Text Include="..\..\..\..\..\..\TEMP1\Chap_11_Report.txt" />
+ <Text Include="cst116-ch11-debugging-wilson.txt" />
+ <Text Include="..\cst116-ch11-debugging-wilson-pseudo-code.txt" />
</ItemGroup>
</Project> \ No newline at end of file
diff --git a/CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt b/CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt
new file mode 100644
index 0000000..3eff538
--- /dev/null
+++ b/CST116-Ch11-Debugging/cst116-ch11-debugging-wilson.txt
@@ -0,0 +1,17 @@
+--Output--
+John 19
+Molly 23
+Tim 48
+Keil 42
+Trinh 21
+Anthony 25
+Kevin 27
+Cheryl 32
+Kim 16
+Dave 25
+Will 34
+Kyle 14
+
+
+ ** Total Records: 12 **
+ The End
diff --git a/cst116-ch11-debugging-wilson-pseudo-code.txt b/cst116-ch11-debugging-wilson-pseudo-code.txt
new file mode 100644
index 0000000..4c597df
--- /dev/null
+++ b/cst116-ch11-debugging-wilson-pseudo-code.txt
@@ -0,0 +1,6 @@
+--pseudo-code--
+
+DISPLAY Chap_11_data.txt
+
+DISPLAY ** Total Records: (TOTAL RECORDS) **;
+DISPLAY "The End"; \ No newline at end of file