aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Williams <[email protected]>2022-09-29 14:57:43 -0700
committerJoseph Williams <[email protected]>2022-09-29 14:57:43 -0700
commit4b4eea4f8e00a5b54dacf2160d384140bc2438a3 (patch)
treeda155d454c17b7cd33ae90be5e12b1fbc33b64a9
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-lab0-allthenamesaretaken3141-4b4eea4f8e00a5b54dacf2160d384140bc2438a3.tar.xz
cst116-lab0-allthenamesaretaken3141-4b4eea4f8e00a5b54dacf2160d384140bc2438a3.zip
finished
-rw-r--r--.gitignore5
-rw-r--r--.vs/VSWorkspaceState.json7
-rw-r--r--.vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suobin0 -> 20480 bytes
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidxbin0 -> 11951 bytes
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/read.lock0
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suobin0 -> 32256 bytes
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.dbbin0 -> 16384000 bytes
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-shmbin0 -> 32768 bytes
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-walbin0 -> 2078680 bytes
-rw-r--r--CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/49162e58a124e3d3/CST116-BLANKCONSOLE.ipchbin0 -> 37355520 bytes
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp12
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.vcxproj1
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-BlankConsole.log2
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-BlankConsole.objbin0 -> 73824 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-BlankConsole.vcxproj.FileListAbsolute.txt1
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.command.1.tlogbin0 -> 954 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlogbin0 -> 19784 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlogbin0 -> 880 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CST116-Lab0-Williams.lastbuildstate2
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.command.1.tlogbin0 -> 1780 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.read.1.tlogbin0 -> 3656 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.write.1.tlogbin0 -> 962 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exebin0 -> 67072 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe.recipe11
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilkbin0 -> 710936 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdbbin0 -> 1503232 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/vc143.idbbin0 -> 166912 bytes
-rw-r--r--CST116-BlankConsole/x64/Debug/vc143.pdbbin0 -> 397312 bytes
28 files changed, 38 insertions, 3 deletions
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
--- /dev/null
+++ b/.vs/cst116-lab0-AllTheNamesAreTaken3141/v17/.suo
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidx
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/read.lock
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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-shm
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/49162e58a124e3d3/CST116-BLANKCONSOLE.ipch
Binary files 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 <iostream>
+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 @@
<ProjectGuid>{369d37de-a099-4925-8283-6b7bf55736f9}</ProjectGuid>
<RootNamespace>CST116BlankConsole</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <ProjectName>CST116-Lab0-Williams</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.command.1.tlog
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.read.1.tlog
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/CL.write.1.tlog
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.command.1.tlog
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.read.1.tlog
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-L.369d37de.tlog/link.write.1.tlog
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe
Binary files 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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project>
+ <ProjectOutputs>
+ <ProjectOutput>
+ <FullPath>C:\Users\hey-t\source\repos\cst116-lab0-AllTheNamesAreTaken3141\CST116-BlankConsole\x64\Debug\CST116-Lab0-Williams.exe</FullPath>
+ </ProjectOutput>
+ </ProjectOutputs>
+ <ContentFiles />
+ <SatelliteDlls />
+ <NonRecipeFileRefs />
+</Project> \ 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk
Binary files 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
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb
Binary files differ
diff --git a/CST116-BlankConsole/x64/Debug/vc143.idb b/CST116-BlankConsole/x64/Debug/vc143.idb
new file mode 100644
index 0000000..813f03f
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/vc143.idb
Binary files differ
diff --git a/CST116-BlankConsole/x64/Debug/vc143.pdb b/CST116-BlankConsole/x64/Debug/vc143.pdb
new file mode 100644
index 0000000..4996fcd
--- /dev/null
+++ b/CST116-BlankConsole/x64/Debug/vc143.pdb
Binary files differ