diff options
| author | Martha Chamberlin <[email protected]> | 2021-10-13 11:32:56 -0700 |
|---|---|---|
| committer | Martha Chamberlin <[email protected]> | 2021-10-13 11:32:56 -0700 |
| commit | 8f40e35d34e4a65f35e4cf35233f4b94e2da7158 (patch) | |
| tree | d6571a64bc486fa99e203ce5861a456e5e5328a0 /CST116F2021-Lab3 | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab3-chambmar-8f40e35d34e4a65f35e4cf35233f4b94e2da7158.tar.xz cst116-lab3-chambmar-8f40e35d34e4a65f35e4cf35233f4b94e2da7158.zip | |
First run for Lab3
Diffstat (limited to 'CST116F2021-Lab3')
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3.cpp | 20 | ||||
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3.vcxproj | 2 | ||||
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3.vcxproj.filters | 2 | ||||
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp | 11 | ||||
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3Results.txt | 7 |
5 files changed, 20 insertions, 22 deletions
diff --git a/CST116F2021-Lab3/CST116F2021-Lab3.cpp b/CST116F2021-Lab3/CST116F2021-Lab3.cpp deleted file mode 100644 index 41af613..0000000 --- a/CST116F2021-Lab3/CST116F2021-Lab3.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// CST116F2021-Lab3.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 diff --git a/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj b/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj index a706d70..45c8945 100644 --- a/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj +++ b/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj @@ -139,7 +139,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116F2021-Lab3.cpp" /> + <ClCompile Include="CST116F2021-Lab3Chamberlin.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj.filters b/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj.filters index 1a7ae88..f943426 100644 --- a/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj.filters +++ b/CST116F2021-Lab3/CST116F2021-Lab3.vcxproj.filters @@ -15,7 +15,7 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116F2021-Lab3.cpp"> + <ClCompile Include="CST116F2021-Lab3Chamberlin.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> diff --git a/CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp b/CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp new file mode 100644 index 0000000..3e4f630 --- /dev/null +++ b/CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp @@ -0,0 +1,11 @@ +// CST116F2021-Lab3.cpp : This file contains the 'main' function. Program execution begins and ends there. +// + +#include <iostream> + +int main() +{ + std::cout << "Hello World!\n"; +} + + diff --git a/CST116F2021-Lab3/CST116F2021-Lab3Results.txt b/CST116F2021-Lab3/CST116F2021-Lab3Results.txt new file mode 100644 index 0000000..928f0ab --- /dev/null +++ b/CST116F2021-Lab3/CST116F2021-Lab3Results.txt @@ -0,0 +1,7 @@ +p 155 7.2 Runs: + +Hello World! + +C:\Users\martha.chamberlin\Source\Repos\cst116-lab3-chambmar\x64\Debug\CST116F2021-Lab3.exe (process 7888) 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 . . . |