summaryrefslogtreecommitdiff
path: root/CST116-BlankConsole
diff options
context:
space:
mode:
authorAnibal LopezBonilla <[email protected]>2022-10-04 17:34:54 -0700
committerAnibal LopezBonilla <[email protected]>2022-10-04 17:34:54 -0700
commitc501e3f28c5408cc8f054ea6903531e5d1d4b0bc (patch)
tree5c225d1e88364fdc3112b5545dcc9ed264a3a874 /CST116-BlankConsole
parentRenamed Pseudo Code and Output (diff)
downloadcst116-lab0-buzzerbeaterclutch-c501e3f28c5408cc8f054ea6903531e5d1d4b0bc.tar.xz
cst116-lab0-buzzerbeaterclutch-c501e3f28c5408cc8f054ea6903531e5d1d4b0bc.zip
Small Details. Doing checklist
Diffstat (limited to 'CST116-BlankConsole')
-rw-r--r--CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt12
-rw-r--r--CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt11
-rw-r--r--CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln6
-rw-r--r--CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt12
-rw-r--r--CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt11
-rw-r--r--CST116-BlankConsole/README.md2
6 files changed, 51 insertions, 3 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt
new file mode 100644
index 0000000..9551767
--- /dev/null
+++ b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Output.txt
@@ -0,0 +1,12 @@
+Output from Lab0
+
+Hello World!
+
+My name is Anibal and I am a software engineering student at Oregon Tech.
+
+My Github username is BuzzerBeaterClutch
+
+C:\Users\speed\source\repos\cst116-lab0-BuzzerBeaterClutch\CST116-BlankConsole\Debug\CST116-Lab0-Lopez-Bonilla.exe (process 7480) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
diff --git a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt
new file mode 100644
index 0000000..998f288
--- /dev/null
+++ b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla-Pseudo-Code.txt
@@ -0,0 +1,11 @@
+Psuedo Code for Lab0
+
+Program Begins
+
+Hello World Statement is shown to the user.
+
+Introduction statement is shown to the user.
+
+Github information statement is shown to the user.
+
+Program Ends \ No newline at end of file
diff --git a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln
index fe1b3db..c3602c5 100644
--- a/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln
+++ b/CST116-BlankConsole/CST116-Lab0-Lopez-Bonilla.sln
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
-VisualStudioVersion = 17.3.32804.467
+VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Lab0-Lopez-Bonilla", "CST116-BlankConsole.vcxproj", "{369D37DE-A099-4925-8283-6B7BF55736F9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Lab0-Lopez-Bonilla", "CST116-Lab0-Lopez-Bonilla.vcxproj", "{369D37DE-A099-4925-8283-6B7BF55736F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,6 +26,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {A16687D7-11B2-4D7B-8E68-4362E5BFE41E}
+ SolutionGuid = {F80FDF6B-AEFB-4E57-BD30-A2BF1F559671}
EndGlobalSection
EndGlobal
diff --git a/CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt b/CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt
new file mode 100644
index 0000000..9551767
--- /dev/null
+++ b/CST116-BlankConsole/Lab0-Output-Lopez-Bonilla.txt
@@ -0,0 +1,12 @@
+Output from Lab0
+
+Hello World!
+
+My name is Anibal and I am a software engineering student at Oregon Tech.
+
+My Github username is BuzzerBeaterClutch
+
+C:\Users\speed\source\repos\cst116-lab0-BuzzerBeaterClutch\CST116-BlankConsole\Debug\CST116-Lab0-Lopez-Bonilla.exe (process 7480) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . .
+
diff --git a/CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt b/CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt
new file mode 100644
index 0000000..998f288
--- /dev/null
+++ b/CST116-BlankConsole/Lab0-Pseudo-Code-Lopez-Bonilla.txt
@@ -0,0 +1,11 @@
+Psuedo Code for Lab0
+
+Program Begins
+
+Hello World Statement is shown to the user.
+
+Introduction statement is shown to the user.
+
+Github information statement is shown to the user.
+
+Program Ends \ No newline at end of file
diff --git a/CST116-BlankConsole/README.md b/CST116-BlankConsole/README.md
new file mode 100644
index 0000000..2323376
--- /dev/null
+++ b/CST116-BlankConsole/README.md
@@ -0,0 +1,2 @@
+# CST116-Lab00
+Main Lab0 lab