From 4b4eea4f8e00a5b54dacf2160d384140bc2438a3 Mon Sep 17 00:00:00 2001 From: Joseph Williams Date: Thu, 29 Sep 2022 14:57:43 -0700 Subject: finished --- .gitignore | 5 +++++ .vs/VSWorkspaceState.json | 7 +++++++ .vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suo | Bin 0 -> 20480 bytes .../5cac7120-e018-4863-82c0-a822ea5e7928.vsidx | Bin 0 -> 11951 bytes .../CST116-BlankConsole/FileContentIndex/read.lock | 0 CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo | Bin 0 -> 32256 bytes .../.vs/CST116-BlankConsole/v17/Browse.VC.db | Bin 0 -> 16384000 bytes .../.vs/CST116-BlankConsole/v17/Browse.VC.db-shm | Bin 0 -> 32768 bytes .../.vs/CST116-BlankConsole/v17/Browse.VC.db-wal | Bin 0 -> 2078680 bytes .../49162e58a124e3d3/CST116-BLANKCONSOLE.ipch | Bin 0 -> 37355520 bytes CST116-BlankConsole/CST116-BlankConsole.cpp | 12 +++++++++--- CST116-BlankConsole/CST116-BlankConsole.vcxproj | 1 + .../x64/Debug/CST116-BlankConsole.log | 2 ++ .../x64/Debug/CST116-BlankConsole.obj | Bin 0 -> 73824 bytes .../CST116-BlankConsole.vcxproj.FileListAbsolute.txt | 1 + .../Debug/CST116-L.369d37de.tlog/CL.command.1.tlog | Bin 0 -> 954 bytes .../x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlog | Bin 0 -> 19784 bytes .../x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlog | Bin 0 -> 880 bytes .../CST116-Lab0-Williams.lastbuildstate | 2 ++ .../Debug/CST116-L.369d37de.tlog/link.command.1.tlog | Bin 0 -> 1780 bytes .../Debug/CST116-L.369d37de.tlog/link.read.1.tlog | Bin 0 -> 3656 bytes .../Debug/CST116-L.369d37de.tlog/link.write.1.tlog | Bin 0 -> 962 bytes .../x64/Debug/CST116-Lab0-Williams.exe | Bin 0 -> 67072 bytes .../x64/Debug/CST116-Lab0-Williams.exe.recipe | 11 +++++++++++ .../x64/Debug/CST116-Lab0-Williams.ilk | Bin 0 -> 710936 bytes .../x64/Debug/CST116-Lab0-Williams.pdb | Bin 0 -> 1503232 bytes CST116-BlankConsole/x64/Debug/vc143.idb | Bin 0 -> 166912 bytes CST116-BlankConsole/x64/Debug/vc143.pdb | Bin 0 -> 397312 bytes 28 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 .vs/VSWorkspaceState.json create mode 100644 .vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suo create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidx create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/read.lock create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-shm create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal create mode 100644 CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/49162e58a124e3d3/CST116-BLANKCONSOLE.ipch create mode 100644 CST116-BlankConsole/x64/Debug/CST116-BlankConsole.log create mode 100644 CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj create mode 100644 CST116-BlankConsole/x64/Debug/CST116-BlankConsole.vcxproj.FileListAbsolute.txt create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.command.1.tlog create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlog create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlog create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CST116-Lab0-Williams.lastbuildstate create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.command.1.tlog create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.read.1.tlog create mode 100644 CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.write.1.tlog create mode 100644 CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe create mode 100644 CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe.recipe create mode 100644 CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk create mode 100644 CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb create mode 100644 CST116-BlankConsole/x64/Debug/vc143.idb create mode 100644 CST116-BlankConsole/x64/Debug/vc143.pdb diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10b074b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# This .gitignore file was automatically created by Microsoft(R) Visual Studio. +################################################################################ + +/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.opendb diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..1105f80 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\CST116-BlankConsole.sln", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suo b/.vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suo new file mode 100644 index 0000000..732ad38 Binary files /dev/null and b/.vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suo differ diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidx b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidx new file mode 100644 index 0000000..48fc7e3 Binary files /dev/null and b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidx differ diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/read.lock b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo new file mode 100644 index 0000000..3ef11fd Binary files /dev/null and b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo differ diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db new file mode 100644 index 0000000..00d9ff3 Binary files /dev/null and b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db differ diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-shm b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-shm new file mode 100644 index 0000000..d5cd7f2 Binary files /dev/null and b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-shm differ diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal new file mode 100644 index 0000000..b7114ba Binary files /dev/null and b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal differ diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/49162e58a124e3d3/CST116-BLANKCONSOLE.ipch b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/49162e58a124e3d3/CST116-BLANKCONSOLE.ipch new file mode 100644 index 0000000..f7012ec Binary files /dev/null and b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/49162e58a124e3d3/CST116-BLANKCONSOLE.ipch differ diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..b6d13f7 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,11 +1,17 @@ -// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there. -// +// Name: Joe Williams +// Course: CST116 +// Lab No. 0 +// Lab Topics: IDE, Simple Programs, GitHub #include +using std::cout; +using std::endl; + int main() { - std::cout << "Hello World!\n"; + cout << "Hello World!" << endl; + cout << "I'm Joe. My GitHub is @AllTheNamesAreTaken3141, but there\'s nothing worth seeing there, I promise." << 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..674ee3a 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-Lab0-Williams diff --git a/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.log b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.log new file mode 100644 index 0000000..af1da54 --- /dev/null +++ b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.log @@ -0,0 +1,2 @@ + CST116-BlankConsole.cpp + CST116-BlankConsole.vcxproj -> C:\Users\hey-t\source\repos\cst116-lab0-AllTheNamesAreTaken3141\CST116-BlankConsole\x64\Debug\CST116-Lab0-Williams.exe diff --git a/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj new file mode 100644 index 0000000..5ef9c04 Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.vcxproj.FileListAbsolute.txt b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..2e6738b --- /dev/null +++ b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.vcxproj.FileListAbsolute.txt @@ -0,0 +1 @@ +C:\Users\hey-t\source\repos\cst116-lab0-AllTheNamesAreTaken3141\CST116-BlankConsole\x64\Debug\CST116-Lab0-Williams.exe diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.command.1.tlog b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.command.1.tlog new file mode 100644 index 0000000..af2181b Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.command.1.tlog differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlog b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlog new file mode 100644 index 0000000..e747640 Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlog differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlog b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlog new file mode 100644 index 0000000..cc3f417 Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlog differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CST116-Lab0-Williams.lastbuildstate b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CST116-Lab0-Williams.lastbuildstate new file mode 100644 index 0000000..4f2b185 --- /dev/null +++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CST116-Lab0-Williams.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.33.31629:TargetPlatformVersion=10.0.19041.0: +Debug|x64|C:\Users\hey-t\source\repos\cst116-lab0-AllTheNamesAreTaken3141\CST116-BlankConsole\| diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.command.1.tlog b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.command.1.tlog new file mode 100644 index 0000000..b5321fe Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.command.1.tlog differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.read.1.tlog b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.read.1.tlog new file mode 100644 index 0000000..fb1a63d Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.read.1.tlog differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.write.1.tlog b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.write.1.tlog new file mode 100644 index 0000000..440d998 Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.write.1.tlog differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe new file mode 100644 index 0000000..654684b Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe.recipe b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe.recipe new file mode 100644 index 0000000..05317c1 --- /dev/null +++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe.recipe @@ -0,0 +1,11 @@ + + + + + C:\Users\hey-t\source\repos\cst116-lab0-AllTheNamesAreTaken3141\CST116-BlankConsole\x64\Debug\CST116-Lab0-Williams.exe + + + + + + \ No newline at end of file diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk new file mode 100644 index 0000000..5cab33c Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk differ diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb new file mode 100644 index 0000000..a7478c8 Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb differ diff --git a/CST116-BlankConsole/x64/Debug/vc143.idb b/CST116-BlankConsole/x64/Debug/vc143.idb new file mode 100644 index 0000000..813f03f Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/vc143.idb differ diff --git a/CST116-BlankConsole/x64/Debug/vc143.pdb b/CST116-BlankConsole/x64/Debug/vc143.pdb new file mode 100644 index 0000000..4996fcd Binary files /dev/null and b/CST116-BlankConsole/x64/Debug/vc143.pdb differ -- cgit v1.2.3