From f02e5519050e6bdc2824f3a643b7cbc679d11b92 Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 5 Oct 2022 17:29:31 -0700 Subject: Last commit was a multitude of changes that I made to the project. --- CST116-BlankConsole/CST 116 How to Push | 4 ++++ CST116-BlankConsole/CST 116 Kai Hello world! | 5 +++++ CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code | 4 ++++ CST116-BlankConsole/CST116-BlankConsole.cpp | 9 ++++++++- CST116-BlankConsole/CST116-BlankConsole.vcxproj | 1 + CST116-BlankConsole/CST116-BlankConsole.vcxproj.user | 4 ---- README.md | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 CST116-BlankConsole/CST 116 How to Push create mode 100644 CST116-BlankConsole/CST 116 Kai Hello world! create mode 100644 CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code delete mode 100644 CST116-BlankConsole/CST116-BlankConsole.vcxproj.user diff --git a/CST116-BlankConsole/CST 116 How to Push b/CST116-BlankConsole/CST 116 How to Push new file mode 100644 index 0000000..a636eb9 --- /dev/null +++ b/CST116-BlankConsole/CST 116 How to Push @@ -0,0 +1,4 @@ +Go to the solution explorer +At the bottom of the solution explorer window click on the Git Changes window +Add a Comment to signify what you just did +Hit the up arrow with a flat bottom to push any thing youve recently done. \ No newline at end of file diff --git a/CST116-BlankConsole/CST 116 Kai Hello world! b/CST116-BlankConsole/CST 116 Kai Hello world! new file mode 100644 index 0000000..0c74a09 --- /dev/null +++ b/CST116-BlankConsole/CST 116 Kai Hello world! @@ -0,0 +1,5 @@ +Hello World!Hi my Github Name is Cobra Kai a play on my last name. + +C:\Users\ernes\Source\Repos\cst116-lab0-CobraKai2\CST116-BlankConsole\x64\Debug\CST116-Lab 0 Kai.exe (process 14060) 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 . . . \ No newline at end of file diff --git a/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code b/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code new file mode 100644 index 0000000..f4bd21e --- /dev/null +++ b/CST116-BlankConsole/CST 116 Lab0 Hello World! Pseudo code @@ -0,0 +1,4 @@ +cout displays whats currently in the console +that displays hello world! +cout displays Hi my Github name is Cobra Kai becuase its a play on my name. +endl ends what the console is displaying. \ No newline at end of file diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..ad14995 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,11 +1,18 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there. +// +//Ernest Kai CST 116 Lab 0 Debugging // #include +using std::cout; +using std::endl; +using std::cin; int main() { - std::cout << "Hello World!\n"; + cout << "Hello World!"; + cout << "Hi my Github Name is Cobra Kai a play on my last name." << endl; + } // Run program: Ctrl + F5 or Debug > Start Without Debugging menu diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..15e2531 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -24,6 +24,7 @@ {369d37de-a099-4925-8283-6b7bf55736f9} CST116BlankConsole 10.0 + CST116-Lab 0 Kai diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.user b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.user deleted file mode 100644 index 0f14913..0000000 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/README.md b/README.md index 2323376..448b461 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # CST116-Lab00 -Main Lab0 lab +Deleted the contents here \ No newline at end of file -- cgit v1.2.3