aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab9/CST116F2021-Lab9.cpp
diff options
context:
space:
mode:
authorJoseph Ten Eyck <[email protected]>2021-12-08 23:58:56 -0800
committerJoseph Ten Eyck <[email protected]>2021-12-08 23:58:56 -0800
commit98c48806582531ba7dd8b3684f78b958ca807f8c (patch)
treed9424c21d2f7550f46d69532beb114590d2834da /CST116F2021-Lab9/CST116F2021-Lab9.cpp
parentAdd online IDE url (diff)
downloadcst116-lab9-josephteneyck-98c48806582531ba7dd8b3684f78b958ca807f8c.tar.xz
cst116-lab9-josephteneyck-98c48806582531ba7dd8b3684f78b958ca807f8c.zip
I had a lot of troubles over the week with syntax errors while file reading/writing within my programs. Also, my number sorting algorithm has some syntax error I have not found yet. I have gotten this far with the code and I am pushing what I have before midnight. I am still making progress and I hope to have it all finished tonight sometime.
Diffstat (limited to 'CST116F2021-Lab9/CST116F2021-Lab9.cpp')
-rw-r--r--CST116F2021-Lab9/CST116F2021-Lab9.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/CST116F2021-Lab9/CST116F2021-Lab9.cpp b/CST116F2021-Lab9/CST116F2021-Lab9.cpp
deleted file mode 100644
index d7b3cce..0000000
--- a/CST116F2021-Lab9/CST116F2021-Lab9.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// CST116F2021-Lab9.cpp : This file contains the 'main' function. Program execution begins and ends there.
-//
-
-#include <iostream>
-
-int main()
-{
- std::cout << "Hello World!\n";
-}
-
-// 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