aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-05 21:29:25 -0700
committerJoe Traver <[email protected]>2022-10-05 21:29:25 -0700
commitaacbfc78f3b0f04077e4053fe208563ea5f0d370 (patch)
tree1c5bbb0257a8b2ecb86ec9686ad142f7fe6fa8e2
parentAdded text file with checklist explaining the push process (diff)
downloadcst116-lab0-debugging-joetraver30-aacbfc78f3b0f04077e4053fe208563ea5f0d370.tar.xz
cst116-lab0-debugging-joetraver30-aacbfc78f3b0f04077e4053fe208563ea5f0d370.zip
Half way Psudo Code
-rw-r--r--.vs/VSWorkspaceState.json2
-rw-r--r--.vs/cst116-lab0-debugging-joetraver30/v17/.suobin45056 -> 57344 bytes
-rw-r--r--.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.dbbin16531456 -> 16531456 bytes
-rw-r--r--.vs/slnx.sqlitebin331776 -> 331776 bytes
-rw-r--r--Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code12
5 files changed, 13 insertions, 1 deletions
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index 216690d..d265bff 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -3,6 +3,6 @@
"",
"\\Ch 5 Debugging Project"
],
- "SelectedNode": "\\Ch 5 Debugging Project\\Ch 5 Debugging Project.cpp",
+ "SelectedNode": "\\Ch 5 Debugging Project\\Push Check List.txt",
"PreviewInSolutionExplorer": false
} \ No newline at end of file
diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo
index 17a9209..ea0d552 100644
--- a/.vs/cst116-lab0-debugging-joetraver30/v17/.suo
+++ b/.vs/cst116-lab0-debugging-joetraver30/v17/.suo
Binary files differ
diff --git a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db
index 9ae6e07..b62cf07 100644
--- a/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db
+++ b/.vs/cst116-lab0-debugging-joetraver30/v17/Browse.VC.db
Binary files differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index bc333d7..97bd979 100644
--- a/.vs/slnx.sqlite
+++ b/.vs/slnx.sqlite
Binary files differ
diff --git a/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
new file mode 100644
index 0000000..5020ec2
--- /dev/null
+++ b/Ch 5 Debugging Project/CST116-Lab0-Traver-Pseudo-Code
@@ -0,0 +1,12 @@
+print:
+ Joe Traver
+ CST 116
+ Github ID - joetraver30
+
+money = 123.45
+
+print:
+ "you have $"
+output = money
+
+