diff options
| author | DoolyBoi <[email protected]> | 2022-09-29 14:54:47 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-09-29 14:54:47 -0700 |
| commit | b8a6ff1b64f9689a5893276ff565ceda5bdccc9a (patch) | |
| tree | 52f0d9d21fe3c405e2fa5554006bf5dfdddcb3c7 | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab0-abd00l4h-b8a6ff1b64f9689a5893276ff565ceda5bdccc9a.tar.xz cst116-lab0-abd00l4h-b8a6ff1b64f9689a5893276ff565ceda5bdccc9a.zip | |
renamed lab
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 6 | ||||
| -rw-r--r-- | CST116-BlankConsole/CST116Lab0Havaldar.sln | 31 |
2 files changed, 37 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..55d3417 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,5 +1,11 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
+/*
+Abdullah Havaldar
+CST116 C++ Programming
+Lab 0
+Debugging
+*/
#include <iostream>
diff --git a/CST116-BlankConsole/CST116Lab0Havaldar.sln b/CST116-BlankConsole/CST116Lab0Havaldar.sln new file mode 100644 index 0000000..7c1e6e1 --- /dev/null +++ b/CST116-BlankConsole/CST116Lab0Havaldar.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32804.467 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-BlankConsole", "CST116-BlankConsole.vcxproj", "{369D37DE-A099-4925-8283-6B7BF55736F9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x64.ActiveCfg = Debug|x64 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x64.Build.0 = Debug|x64 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x86.ActiveCfg = Debug|Win32 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Debug|x86.Build.0 = Debug|Win32 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x64.ActiveCfg = Release|x64 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x64.Build.0 = Release|x64 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x86.ActiveCfg = Release|Win32 + {369D37DE-A099-4925-8283-6B7BF55736F9}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A16687D7-11B2-4D7B-8E68-4362E5BFE41E} + EndGlobalSection +EndGlobal |