diff options
Diffstat (limited to 'CST116-BlankConsole')
20 files changed, 73 insertions, 28 deletions
diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/3d8dfcc8-74d0-4493-9b39-1a05fbc9e8d8.vsidx b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/3d8dfcc8-74d0-4493-9b39-1a05fbc9e8d8.vsidx Binary files differnew file mode 100644 index 0000000..9039db1 --- /dev/null +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/3d8dfcc8-74d0-4493-9b39-1a05fbc9e8d8.vsidx 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 Binary files differdeleted file mode 100644 index 48fc7e3..0000000 --- a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/5cac7120-e018-4863-82c0-a822ea5e7928.vsidx +++ /dev/null diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/a87cd9e9-11b6-4f7d-8fb8-aabfe718075e.vsidx b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/a87cd9e9-11b6-4f7d-8fb8-aabfe718075e.vsidx Binary files differnew file mode 100644 index 0000000..1b94689 --- /dev/null +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/a87cd9e9-11b6-4f7d-8fb8-aabfe718075e.vsidx diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/c954d446-fa5b-46e3-8a72-2b253097c230.vsidx b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/c954d446-fa5b-46e3-8a72-2b253097c230.vsidx Binary files differnew file mode 100644 index 0000000..fbeb6b2 --- /dev/null +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/c954d446-fa5b-46e3-8a72-2b253097c230.vsidx diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/cb99b40c-6922-4e1e-912d-61fcc3f907b4.vsidx b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/cb99b40c-6922-4e1e-912d-61fcc3f907b4.vsidx Binary files differnew file mode 100644 index 0000000..13b7330 --- /dev/null +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/FileContentIndex/cb99b40c-6922-4e1e-912d-61fcc3f907b4.vsidx diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo Binary files differindex 3ef11fd..69a87a2 100644 --- a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/.suo diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db Binary files differindex 00d9ff3..3ec9ae4 100644 --- a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal Binary files differindex b7114ba..e69de29 100644 --- a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/Browse.VC.db-wal diff --git a/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/52636502396249a0/CST116-LAB0-WILLIAMS.ipch b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/52636502396249a0/CST116-LAB0-WILLIAMS.ipch Binary files differnew file mode 100644 index 0000000..a87c856 --- /dev/null +++ b/CST116-BlankConsole/.vs/CST116-BlankConsole/v17/ipch/AutoPCH/52636502396249a0/CST116-LAB0-WILLIAMS.ipch diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index 674ee3a..04f2f9a 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -128,7 +128,11 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-BlankConsole.cpp" />
+ <ClCompile Include="CST116-Lab0-Williams.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="checklist.txt" />
+ <Text Include="CST116-Lab0-Williams.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters index 08906aa..9278ea4 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj.filters @@ -15,8 +15,16 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-BlankConsole.cpp">
+ <ClCompile Include="CST116-Lab0-Williams.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Lab0-Williams.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="checklist.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-Lab0-Williams.cpp index b6d13f7..56f1e78 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-Lab0-Williams.cpp @@ -1,26 +1,26 @@ -// Name: Joe Williams
-// Course: CST116
-// Lab No. 0
-// Lab Topics: IDE, Simple Programs, GitHub
-
-#include <iostream>
-
-using std::cout;
-using std::endl;
-
-int main()
-{
- 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
-// Debug program: F5 or Debug > Start Debugging menu
-
-// Tips for Getting Started:
-// 1. Use the Solution Explorer window to add/manage files
-// 2. Use the Team Explorer window to connect to source control
-// 3. Use the Output window to see build output and other messages
-// 4. Use the Error List window to view errors
-// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
-// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
+// Name: Joe Williams +// Course: CST116 +// Lab No. 0 +// Lab Topics: IDE, Simple Programs, GitHub + +#include <iostream> + +using std::cout; +using std::endl; + +int main() +{ + 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 +// Debug program: F5 or Debug > Start Debugging menu + +// Tips for Getting Started: +// 1. Use the Solution Explorer window to add/manage files +// 2. Use the Team Explorer window to connect to source control +// 3. Use the Output window to see build output and other messages +// 4. Use the Error List window to view errors +// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project +// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file diff --git a/CST116-BlankConsole/CST116-Lab0-Williams.txt b/CST116-BlankConsole/CST116-Lab0-Williams.txt new file mode 100644 index 0000000..dcfefd0 --- /dev/null +++ b/CST116-BlankConsole/CST116-Lab0-Williams.txt @@ -0,0 +1,27 @@ +Hello World! +I'm Joe. My GitHub is @AllTheNamesAreTaken3141, but there's nothing worth seeing there, I promise. + + +-----PSEUDOCODE----- +PROGRAM START +| +V +Grab the iostream library +| +V +Tell the program that whenever it sees "cout" or "endl", it should default to looking for them in the library +| +V +main() is called + | + V + Print "Hello World!" to the console and move to the next line + | + V + Print personal info to the console and move to the next line + | + V +main() ends +| +V +PROGRAM ENDS
\ No newline at end of file diff --git a/CST116-BlankConsole/checklist.txt b/CST116-BlankConsole/checklist.txt new file mode 100644 index 0000000..f000fb0 --- /dev/null +++ b/CST116-BlankConsole/checklist.txt @@ -0,0 +1,6 @@ +1. Go to the "Git Changes" tab in the sidebar. +2. Click the + at the top right of the "Changes" dropdown to stage everything +2.1. Git may crash with a "cannot parse path" error. Just go find what file it's crying about, right-click on it, and tell git to ignore it. I have no idea if that's what you should actually be doing, but it seems to work. +3. Add a commit comment. +4. Click "Commit Staged" and wait for VS to finish chewing on it. +5. Click "Push" at the top right of the sidebar.
\ No newline at end of file diff --git a/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj Binary files differindex 5ef9c04..4a175d6 100644 --- a/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj +++ b/CST116-BlankConsole/x64/Debug/CST116-BlankConsole.obj diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe Binary files differindex 654684b..89a492d 100644 --- a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe +++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.exe diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk Binary files differindex 5cab33c..cfd9bf4 100644 --- a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk +++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.ilk diff --git a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb Binary files differindex a7478c8..d991c1e 100644 --- a/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb +++ b/CST116-BlankConsole/x64/Debug/CST116-Lab0-Williams.pdb diff --git a/CST116-BlankConsole/x64/Debug/vc143.idb b/CST116-BlankConsole/x64/Debug/vc143.idb Binary files differindex 813f03f..1a473bf 100644 --- a/CST116-BlankConsole/x64/Debug/vc143.idb +++ b/CST116-BlankConsole/x64/Debug/vc143.idb diff --git a/CST116-BlankConsole/x64/Debug/vc143.pdb b/CST116-BlankConsole/x64/Debug/vc143.pdb Binary files differindex 4996fcd..2507d9f 100644 --- a/CST116-BlankConsole/x64/Debug/vc143.pdb +++ b/CST116-BlankConsole/x64/Debug/vc143.pdb |