aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch7-Debugging
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch7-Debugging')
-rw-r--r--CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidxbin11925 -> 0 bytes
-rw-r--r--CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidxbin0 -> 12079 bytes
-rw-r--r--CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidxbin266 -> 0 bytes
-rw-r--r--CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidxbin0 -> 1507 bytes
-rw-r--r--CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.dbbin16416768 -> 16416768 bytes
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt7
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj1
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters3
8 files changed, 11 insertions, 0 deletions
diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx
deleted file mode 100644
index 8f240fc..0000000
--- a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/18baf636-7ce5-4c2b-8740-31d918fd404f.vsidx
+++ /dev/null
Binary files differ
diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx
new file mode 100644
index 0000000..3468836
--- /dev/null
+++ b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/62d4eb93-74c7-4a40-a19b-694a62a5a914.vsidx
Binary files differ
diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx
deleted file mode 100644
index d400593..0000000
--- a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/8c36376c-381e-4985-9b6f-2ddaac554be6.vsidx
+++ /dev/null
Binary files differ
diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx
new file mode 100644
index 0000000..74c9c46
--- /dev/null
+++ b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/FileContentIndex/9ec83122-3216-4f85-a5ca-f1455a191475.vsidx
Binary files differ
diff --git a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db
index 4e623ac..377159b 100644
--- a/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db
+++ b/CST116-Ch7-Debugging/.vs/CST116-Ch7-Debugging/v17/Browse.VC.db
Binary files differ
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt
new file mode 100644
index 0000000..5a1816d
--- /dev/null
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt
@@ -0,0 +1,7 @@
+DISPLAY "Enter your age:"
+SET age = INPUT
+IF age is 1, DISPLAY "First Birthday" and stop
+IF age is less than 12, DISPLAY "Child" and stop
+IF age is between 12 and 19, DISPLAY "Teenager" and stop
+IF age is more than 62, DISPLAY "Senior"
+DISPLAY "Adult" and stop \ No newline at end of file
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj
index aadabbf..be615e8 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj
@@ -130,6 +130,7 @@
<ClCompile Include="CST116-Ch7-Debugging-Williams.cpp" />
</ItemGroup>
<ItemGroup>
+ <Text Include="CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt" />
<Text Include="CST116-Ch7-Debugging-Williams-RUN.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters
index b01a9d8..1f9803f 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters
+++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters
@@ -23,5 +23,8 @@
<Text Include="CST116-Ch7-Debugging-Williams-RUN.txt">
<Filter>Source Files</Filter>
</Text>
+ <Text Include="CST116-Ch7-Debugging-Williams-PSEUDOCODE.txt">
+ <Filter>Source Files</Filter>
+ </Text>
</ItemGroup>
</Project> \ No newline at end of file