diff --git a/Lab01_1/Lab01_1.sdf b/Lab01_1/Lab01_1.sdf new file mode 100644 index 0000000..f53141e Binary files /dev/null and b/Lab01_1/Lab01_1.sdf differ diff --git a/Lab01_1/Lab01_1.sln b/Lab01_1/Lab01_1.sln new file mode 100644 index 0000000..b642dd9 --- /dev/null +++ b/Lab01_1/Lab01_1.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30501.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab01_1", "Lab01_1\Lab01_1.vcxproj", "{73A2B4C4-1B1E-4558-AEDC-BC8014377A5F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {73A2B4C4-1B1E-4558-AEDC-BC8014377A5F}.Debug|Win32.ActiveCfg = Debug|Win32 + {73A2B4C4-1B1E-4558-AEDC-BC8014377A5F}.Debug|Win32.Build.0 = Debug|Win32 + {73A2B4C4-1B1E-4558-AEDC-BC8014377A5F}.Release|Win32.ActiveCfg = Release|Win32 + {73A2B4C4-1B1E-4558-AEDC-BC8014377A5F}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Lab01_1/Lab01_1.v12.suo b/Lab01_1/Lab01_1.v12.suo new file mode 100644 index 0000000..c1243e6 Binary files /dev/null and b/Lab01_1/Lab01_1.v12.suo differ diff --git a/Lab01_1/Lab01_1/Lab01_1.cpp b/Lab01_1/Lab01_1/Lab01_1.cpp new file mode 100644 index 0000000..974205b --- /dev/null +++ b/Lab01_1/Lab01_1/Lab01_1.cpp @@ -0,0 +1,27 @@ +// Lab01_1.cpp : Defines the entry point for the console application. +// + +#include "stdafx.h" +#include +#include + +using namespace std; + +int _tmain(int argc, _TCHAR* argv[]) +{ + string firstFavorite = ""; + string secondFavorite = ""; + string newFood = ""; + + cout << "Enter your favorite food: "; + cin >> firstFavorite; + cout << "Enter your second favorite: "; + cin >> secondFavorite; + newFood = firstFavorite + secondFavorite; + cout << newFood << endl; + cin.ignore(); + cout << ""; + cin.ignore(); + return 0; +} + diff --git a/Lab01_1/Lab01_1/Lab01_1.vcxproj b/Lab01_1/Lab01_1/Lab01_1.vcxproj new file mode 100644 index 0000000..c1a77b6 --- /dev/null +++ b/Lab01_1/Lab01_1/Lab01_1.vcxproj @@ -0,0 +1,95 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {73A2B4C4-1B1E-4558-AEDC-BC8014377A5F} + Win32Proj + Lab01_1 + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + + + + + + \ No newline at end of file diff --git a/Lab01_1/Lab01_1/Lab01_1.vcxproj.filters b/Lab01_1/Lab01_1/Lab01_1.vcxproj.filters new file mode 100644 index 0000000..48d3374 --- /dev/null +++ b/Lab01_1/Lab01_1/Lab01_1.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/Lab01_1/Lab01_1/ReadMe.txt b/Lab01_1/Lab01_1/ReadMe.txt new file mode 100644 index 0000000..9f8863e --- /dev/null +++ b/Lab01_1/Lab01_1/ReadMe.txt @@ -0,0 +1,40 @@ +======================================================================== + CONSOLE APPLICATION : Lab01_1 Project Overview +======================================================================== + +AppWizard has created this Lab01_1 application for you. + +This file contains a summary of what you will find in each of the files that +make up your Lab01_1 application. + + +Lab01_1.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +Lab01_1.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +Lab01_1.cpp + This is the main application source file. + +///////////////////////////////////////////////////////////////////////////// +Other standard files: + +StdAfx.h, StdAfx.cpp + These files are used to build a precompiled header (PCH) file + named Lab01_1.pch and a precompiled types file named StdAfx.obj. + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/Lab01_1/Lab01_1/stdafx.cpp b/Lab01_1/Lab01_1/stdafx.cpp new file mode 100644 index 0000000..3bb6f8b --- /dev/null +++ b/Lab01_1/Lab01_1/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// Lab01_1.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file diff --git a/Lab01_1/Lab01_1/stdafx.h b/Lab01_1/Lab01_1/stdafx.h new file mode 100644 index 0000000..47a0d02 --- /dev/null +++ b/Lab01_1/Lab01_1/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include +#include + + + +// TODO: reference additional headers your program requires here diff --git a/Lab01_1/Lab01_1/targetver.h b/Lab01_1/Lab01_1/targetver.h new file mode 100644 index 0000000..90e767b --- /dev/null +++ b/Lab01_1/Lab01_1/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include diff --git a/Lab01_1/ipch/lab01_1-b6928364/lab01_1-96a3204c.ipch b/Lab01_1/ipch/lab01_1-b6928364/lab01_1-96a3204c.ipch new file mode 100644 index 0000000..c95a452 Binary files /dev/null and b/Lab01_1/ipch/lab01_1-b6928364/lab01_1-96a3204c.ipch differ diff --git a/Lab01_2/Debug/Lab01_2.exe b/Lab01_2/Debug/Lab01_2.exe new file mode 100644 index 0000000..e63be45 Binary files /dev/null and b/Lab01_2/Debug/Lab01_2.exe differ diff --git a/Lab01_2/Debug/Lab01_2.ilk b/Lab01_2/Debug/Lab01_2.ilk new file mode 100644 index 0000000..ba9947e Binary files /dev/null and b/Lab01_2/Debug/Lab01_2.ilk differ diff --git a/Lab01_2/Debug/Lab01_2.pdb b/Lab01_2/Debug/Lab01_2.pdb new file mode 100644 index 0000000..ec43836 Binary files /dev/null and b/Lab01_2/Debug/Lab01_2.pdb differ diff --git a/Lab01_2/Lab01_2.sdf b/Lab01_2/Lab01_2.sdf new file mode 100644 index 0000000..15d32c2 Binary files /dev/null and b/Lab01_2/Lab01_2.sdf differ diff --git a/Lab01_2/Lab01_2.sln b/Lab01_2/Lab01_2.sln new file mode 100644 index 0000000..31b176c --- /dev/null +++ b/Lab01_2/Lab01_2.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30501.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab01_2", "Lab01_2\Lab01_2.vcxproj", "{32BC7C8E-19BB-4477-8B38-ED7F39DB520F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {32BC7C8E-19BB-4477-8B38-ED7F39DB520F}.Debug|Win32.ActiveCfg = Debug|Win32 + {32BC7C8E-19BB-4477-8B38-ED7F39DB520F}.Debug|Win32.Build.0 = Debug|Win32 + {32BC7C8E-19BB-4477-8B38-ED7F39DB520F}.Release|Win32.ActiveCfg = Release|Win32 + {32BC7C8E-19BB-4477-8B38-ED7F39DB520F}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Lab01_2/Lab01_2.v12.suo b/Lab01_2/Lab01_2.v12.suo new file mode 100644 index 0000000..fdb0fa3 Binary files /dev/null and b/Lab01_2/Lab01_2.v12.suo differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.log b/Lab01_2/Lab01_2/Debug/Lab01_2.log new file mode 100644 index 0000000..f67adc1 --- /dev/null +++ b/Lab01_2/Lab01_2/Debug/Lab01_2.log @@ -0,0 +1,16 @@ +Build started 1/21/2015 6:02:34 AM. +Project "c:\Users\IEUser\documents\visual studio 2013\Projects\Lab01_2\Lab01_2\Lab01_2.vcxproj" on node 2 (Build target(s)). +ClCompile: + C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yc"stdafx.h" /Fp"Debug\Lab01_2.pch" /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt stdafx.cpp + stdafx.cpp + C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"stdafx.h" /Fp"Debug\Lab01_2.pch" /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt Lab01_2.cpp + Lab01_2.cpp +Link: + C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_2\Debug\Lab01_2.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_2\Debug\Lab01_2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_2\Debug\Lab01_2.lib" /MACHINE:X86 Debug\Lab01_2.obj + Debug\stdafx.obj + Lab01_2.vcxproj -> c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_2\Debug\Lab01_2.exe +Done Building Project "c:\Users\IEUser\documents\visual studio 2013\Projects\Lab01_2\Lab01_2\Lab01_2.vcxproj" (Build target(s)). + +Build succeeded. + +Time Elapsed 00:00:02.19 diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.obj b/Lab01_2/Lab01_2/Debug/Lab01_2.obj new file mode 100644 index 0000000..14c8db4 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.obj differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.pch b/Lab01_2/Lab01_2/Debug/Lab01_2.pch new file mode 100644 index 0000000..f0e7422 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.pch differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/CL.read.1.tlog b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/CL.read.1.tlog new file mode 100644 index 0000000..480fb1b Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/CL.read.1.tlog differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/CL.write.1.tlog b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/CL.write.1.tlog new file mode 100644 index 0000000..423d217 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/CL.write.1.tlog differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/Lab01_2.lastbuildstate b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/Lab01_2.lastbuildstate new file mode 100644 index 0000000..cddaa57 --- /dev/null +++ b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/Lab01_2.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit +Debug|Win32|c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_2\| diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/cl.command.1.tlog b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/cl.command.1.tlog new file mode 100644 index 0000000..ce509c1 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/cl.command.1.tlog differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.command.1.tlog b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.command.1.tlog new file mode 100644 index 0000000..3b9d49e Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.command.1.tlog differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.read.1.tlog b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.read.1.tlog new file mode 100644 index 0000000..9c20603 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.read.1.tlog differ diff --git a/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.write.1.tlog b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.write.1.tlog new file mode 100644 index 0000000..28e95ee Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/Lab01_2.tlog/link.write.1.tlog differ diff --git a/Lab01_2/Lab01_2/Debug/stdafx.obj b/Lab01_2/Lab01_2/Debug/stdafx.obj new file mode 100644 index 0000000..6e26382 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/stdafx.obj differ diff --git a/Lab01_2/Lab01_2/Debug/vc120.idb b/Lab01_2/Lab01_2/Debug/vc120.idb new file mode 100644 index 0000000..7a30e23 Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/vc120.idb differ diff --git a/Lab01_2/Lab01_2/Debug/vc120.pdb b/Lab01_2/Lab01_2/Debug/vc120.pdb new file mode 100644 index 0000000..c85cfce Binary files /dev/null and b/Lab01_2/Lab01_2/Debug/vc120.pdb differ diff --git a/Lab01_2/Lab01_2/Lab01_2.cpp b/Lab01_2/Lab01_2/Lab01_2.cpp new file mode 100644 index 0000000..b65b333 --- /dev/null +++ b/Lab01_2/Lab01_2/Lab01_2.cpp @@ -0,0 +1,28 @@ +// Lab01_2.cpp : Defines the entry point for the console application. +// + +#include "stdafx.h" +#include +#include + +using namespace std; + +int _tmain(int argc, _TCHAR* argv[]) +{ + double totalBill = 0; + double tip15 = 0; + double tip20 = 0; + + + cout << "Enter your total: "; + cin >> totalBill; + tip15 = totalBill * 0.15; + tip20 = totalBill * 0.20; + cout << "15% Tip: " << tip15 << endl; + cout << "20% Tip: " << tip20 << endl; + cin.ignore(); + cout << ""; + cin.ignore(); + return 0; +} + diff --git a/Lab01_2/Lab01_2/Lab01_2.vcxproj b/Lab01_2/Lab01_2/Lab01_2.vcxproj new file mode 100644 index 0000000..4f6fa50 --- /dev/null +++ b/Lab01_2/Lab01_2/Lab01_2.vcxproj @@ -0,0 +1,95 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {32BC7C8E-19BB-4477-8B38-ED7F39DB520F} + Win32Proj + Lab01_2 + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + + + + + + \ No newline at end of file diff --git a/Lab01_2/Lab01_2/Lab01_2.vcxproj.filters b/Lab01_2/Lab01_2/Lab01_2.vcxproj.filters new file mode 100644 index 0000000..c5f0d23 --- /dev/null +++ b/Lab01_2/Lab01_2/Lab01_2.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/Lab01_2/Lab01_2/ReadMe.txt b/Lab01_2/Lab01_2/ReadMe.txt new file mode 100644 index 0000000..529064a --- /dev/null +++ b/Lab01_2/Lab01_2/ReadMe.txt @@ -0,0 +1,40 @@ +======================================================================== + CONSOLE APPLICATION : Lab01_2 Project Overview +======================================================================== + +AppWizard has created this Lab01_2 application for you. + +This file contains a summary of what you will find in each of the files that +make up your Lab01_2 application. + + +Lab01_2.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +Lab01_2.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +Lab01_2.cpp + This is the main application source file. + +///////////////////////////////////////////////////////////////////////////// +Other standard files: + +StdAfx.h, StdAfx.cpp + These files are used to build a precompiled header (PCH) file + named Lab01_2.pch and a precompiled types file named StdAfx.obj. + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/Lab01_2/Lab01_2/stdafx.cpp b/Lab01_2/Lab01_2/stdafx.cpp new file mode 100644 index 0000000..7e6b4b6 --- /dev/null +++ b/Lab01_2/Lab01_2/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// Lab01_2.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file diff --git a/Lab01_2/Lab01_2/stdafx.h b/Lab01_2/Lab01_2/stdafx.h new file mode 100644 index 0000000..47a0d02 --- /dev/null +++ b/Lab01_2/Lab01_2/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include +#include + + + +// TODO: reference additional headers your program requires here diff --git a/Lab01_2/Lab01_2/targetver.h b/Lab01_2/Lab01_2/targetver.h new file mode 100644 index 0000000..90e767b --- /dev/null +++ b/Lab01_2/Lab01_2/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include diff --git a/Lab01_2/ipch/lab01_2-6a012967/lab01_2-96b538cd.ipch b/Lab01_2/ipch/lab01_2-6a012967/lab01_2-96b538cd.ipch new file mode 100644 index 0000000..e01c3bb Binary files /dev/null and b/Lab01_2/ipch/lab01_2-6a012967/lab01_2-96b538cd.ipch differ diff --git a/Lab01_3/Lab01_3.sdf b/Lab01_3/Lab01_3.sdf new file mode 100644 index 0000000..48bb7f1 Binary files /dev/null and b/Lab01_3/Lab01_3.sdf differ diff --git a/Lab01_3/Lab01_3.sln b/Lab01_3/Lab01_3.sln new file mode 100644 index 0000000..5cda927 --- /dev/null +++ b/Lab01_3/Lab01_3.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30501.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab01_3", "Lab01_3\Lab01_3.vcxproj", "{74764A2A-A9CA-41F3-894E-ABCF400DBDED}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {74764A2A-A9CA-41F3-894E-ABCF400DBDED}.Debug|Win32.ActiveCfg = Debug|Win32 + {74764A2A-A9CA-41F3-894E-ABCF400DBDED}.Debug|Win32.Build.0 = Debug|Win32 + {74764A2A-A9CA-41F3-894E-ABCF400DBDED}.Release|Win32.ActiveCfg = Release|Win32 + {74764A2A-A9CA-41F3-894E-ABCF400DBDED}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Lab01_3/Lab01_3.v12.suo b/Lab01_3/Lab01_3.v12.suo new file mode 100644 index 0000000..4d98c9d Binary files /dev/null and b/Lab01_3/Lab01_3.v12.suo differ diff --git a/Lab01_3/Lab01_3/Lab01_3.cpp b/Lab01_3/Lab01_3/Lab01_3.cpp new file mode 100644 index 0000000..adf0334 --- /dev/null +++ b/Lab01_3/Lab01_3/Lab01_3.cpp @@ -0,0 +1,29 @@ +// Lab01_3.cpp : Defines the entry point for the console application. +// + +#include "stdafx.h" +#include + +using namespace std; + + +int _tmain(int argc, _TCHAR* argv[]) +{ + double basePrice = 0; + double tax = 0.07453; + double licenseFee = 150; + double dealerPrep = 50; + double destinationCharge = 100; + double totalPrice = 0; + + cout << "Base Price: "; + cin >> basePrice; + + totalPrice = basePrice + (tax * basePrice) + licenseFee + dealerPrep + destinationCharge; + cout << "Total Cost: " << totalPrice << endl; + cin.ignore(); + cout << ""; + cin.ignore(); + + return 0; +} diff --git a/Lab01_3/Lab01_3/Lab01_3.vcxproj b/Lab01_3/Lab01_3/Lab01_3.vcxproj new file mode 100644 index 0000000..35d2934 --- /dev/null +++ b/Lab01_3/Lab01_3/Lab01_3.vcxproj @@ -0,0 +1,95 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {74764A2A-A9CA-41F3-894E-ABCF400DBDED} + Win32Proj + Lab01_3 + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + + + + + + \ No newline at end of file diff --git a/Lab01_3/Lab01_3/Lab01_3.vcxproj.filters b/Lab01_3/Lab01_3/Lab01_3.vcxproj.filters new file mode 100644 index 0000000..01f243f --- /dev/null +++ b/Lab01_3/Lab01_3/Lab01_3.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/Lab01_3/Lab01_3/ReadMe.txt b/Lab01_3/Lab01_3/ReadMe.txt new file mode 100644 index 0000000..2988291 --- /dev/null +++ b/Lab01_3/Lab01_3/ReadMe.txt @@ -0,0 +1,40 @@ +======================================================================== + CONSOLE APPLICATION : Lab01_3 Project Overview +======================================================================== + +AppWizard has created this Lab01_3 application for you. + +This file contains a summary of what you will find in each of the files that +make up your Lab01_3 application. + + +Lab01_3.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +Lab01_3.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +Lab01_3.cpp + This is the main application source file. + +///////////////////////////////////////////////////////////////////////////// +Other standard files: + +StdAfx.h, StdAfx.cpp + These files are used to build a precompiled header (PCH) file + named Lab01_3.pch and a precompiled types file named StdAfx.obj. + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/Lab01_3/Lab01_3/stdafx.cpp b/Lab01_3/Lab01_3/stdafx.cpp new file mode 100644 index 0000000..60ba70a --- /dev/null +++ b/Lab01_3/Lab01_3/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// Lab01_3.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file diff --git a/Lab01_3/Lab01_3/stdafx.h b/Lab01_3/Lab01_3/stdafx.h new file mode 100644 index 0000000..47a0d02 --- /dev/null +++ b/Lab01_3/Lab01_3/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include +#include + + + +// TODO: reference additional headers your program requires here diff --git a/Lab01_3/Lab01_3/targetver.h b/Lab01_3/Lab01_3/targetver.h new file mode 100644 index 0000000..90e767b --- /dev/null +++ b/Lab01_3/Lab01_3/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include diff --git a/Lab01_3/ipch/lab01_3-1d6fcf6a/lab01_3-96c7514e.ipch b/Lab01_3/ipch/lab01_3-1d6fcf6a/lab01_3-96c7514e.ipch new file mode 100644 index 0000000..a617007 Binary files /dev/null and b/Lab01_3/ipch/lab01_3-1d6fcf6a/lab01_3-96c7514e.ipch differ diff --git a/Lab01_4/Debug/Lab01_4.exe b/Lab01_4/Debug/Lab01_4.exe new file mode 100644 index 0000000..fee08ca Binary files /dev/null and b/Lab01_4/Debug/Lab01_4.exe differ diff --git a/Lab01_4/Debug/Lab01_4.ilk b/Lab01_4/Debug/Lab01_4.ilk new file mode 100644 index 0000000..039da9c Binary files /dev/null and b/Lab01_4/Debug/Lab01_4.ilk differ diff --git a/Lab01_4/Debug/Lab01_4.pdb b/Lab01_4/Debug/Lab01_4.pdb new file mode 100644 index 0000000..13cc9e3 Binary files /dev/null and b/Lab01_4/Debug/Lab01_4.pdb differ diff --git a/Lab01_4/Lab01_4.sdf b/Lab01_4/Lab01_4.sdf new file mode 100644 index 0000000..349e238 Binary files /dev/null and b/Lab01_4/Lab01_4.sdf differ diff --git a/Lab01_4/Lab01_4.sln b/Lab01_4/Lab01_4.sln new file mode 100644 index 0000000..0528cbc --- /dev/null +++ b/Lab01_4/Lab01_4.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30501.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lab01_4", "Lab01_4\Lab01_4.vcxproj", "{6E93A0A3-7B1D-40E2-AC2E-28E16E5B1DE0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6E93A0A3-7B1D-40E2-AC2E-28E16E5B1DE0}.Debug|Win32.ActiveCfg = Debug|Win32 + {6E93A0A3-7B1D-40E2-AC2E-28E16E5B1DE0}.Debug|Win32.Build.0 = Debug|Win32 + {6E93A0A3-7B1D-40E2-AC2E-28E16E5B1DE0}.Release|Win32.ActiveCfg = Release|Win32 + {6E93A0A3-7B1D-40E2-AC2E-28E16E5B1DE0}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Lab01_4/Lab01_4.v12.suo b/Lab01_4/Lab01_4.v12.suo new file mode 100644 index 0000000..05ee60f Binary files /dev/null and b/Lab01_4/Lab01_4.v12.suo differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.log b/Lab01_4/Lab01_4/Debug/Lab01_4.log new file mode 100644 index 0000000..d68288e --- /dev/null +++ b/Lab01_4/Lab01_4/Debug/Lab01_4.log @@ -0,0 +1,15 @@ +Build started 1/21/2015 5:58:23 AM. +Project "c:\Users\IEUser\documents\visual studio 2013\Projects\Lab01_4\Lab01_4\Lab01_4.vcxproj" on node 2 (Build target(s)). +ClCompile: + C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /ZI /nologo /W3 /WX- /sdl /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _LIB /D _UNICODE /D UNICODE /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Yu"stdafx.h" /Fp"Debug\Lab01_4.pch" /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt Lab01_4.cpp + Lab01_4.cpp +c:\users\ieuser\documents\visual studio 2013\projects\lab01_4\lab01_4\lab01_4.cpp(13): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data +Link: + C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_4\Debug\Lab01_4.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_4\Debug\Lab01_4.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_4\Debug\Lab01_4.lib" /MACHINE:X86 Debug\Lab01_4.obj + Debug\stdafx.obj + Lab01_4.vcxproj -> c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_4\Debug\Lab01_4.exe +Done Building Project "c:\Users\IEUser\documents\visual studio 2013\Projects\Lab01_4\Lab01_4\Lab01_4.vcxproj" (Build target(s)). + +Build succeeded. + +Time Elapsed 00:00:00.60 diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.obj b/Lab01_4/Lab01_4/Debug/Lab01_4.obj new file mode 100644 index 0000000..a4e74fd Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.obj differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.pch b/Lab01_4/Lab01_4/Debug/Lab01_4.pch new file mode 100644 index 0000000..646bf36 Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.pch differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/CL.read.1.tlog b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/CL.read.1.tlog new file mode 100644 index 0000000..4f68329 Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/CL.read.1.tlog differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/CL.write.1.tlog b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/CL.write.1.tlog new file mode 100644 index 0000000..5f6c5bc Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/CL.write.1.tlog differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/Lab01_4.lastbuildstate b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/Lab01_4.lastbuildstate new file mode 100644 index 0000000..845638c --- /dev/null +++ b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/Lab01_4.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v120:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit +Debug|Win32|c:\users\ieuser\documents\visual studio 2013\Projects\Lab01_4\| diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/cl.command.1.tlog b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/cl.command.1.tlog new file mode 100644 index 0000000..0c374d9 Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/cl.command.1.tlog differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.command.1.tlog b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.command.1.tlog new file mode 100644 index 0000000..9811747 Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.command.1.tlog differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.read.1.tlog b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.read.1.tlog new file mode 100644 index 0000000..f776c1e Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.read.1.tlog differ diff --git a/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.write.1.tlog b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.write.1.tlog new file mode 100644 index 0000000..b58e903 Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/Lab01_4.tlog/link.write.1.tlog differ diff --git a/Lab01_4/Lab01_4/Debug/stdafx.obj b/Lab01_4/Lab01_4/Debug/stdafx.obj new file mode 100644 index 0000000..d7d1bea Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/stdafx.obj differ diff --git a/Lab01_4/Lab01_4/Debug/vc120.idb b/Lab01_4/Lab01_4/Debug/vc120.idb new file mode 100644 index 0000000..554ceed Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/vc120.idb differ diff --git a/Lab01_4/Lab01_4/Debug/vc120.pdb b/Lab01_4/Lab01_4/Debug/vc120.pdb new file mode 100644 index 0000000..074fbb4 Binary files /dev/null and b/Lab01_4/Lab01_4/Debug/vc120.pdb differ diff --git a/Lab01_4/Lab01_4/Lab01_4.cpp b/Lab01_4/Lab01_4/Lab01_4.cpp new file mode 100644 index 0000000..d2c7dac --- /dev/null +++ b/Lab01_4/Lab01_4/Lab01_4.cpp @@ -0,0 +1,42 @@ +// Lab01_4.cpp : Defines the entry point for the console application. +// + +#include "stdafx.h" +#include +#include + +using namespace std; + + +int _tmain(int argc, _TCHAR* argv[]) +{ + srand(time(NULL)); + + int x = rand() % (5); + + + if (x == 1) + { + cout << "You will recieve some amount of money soon"; + } + else if (x == 2) + { + cout << "That wasn't chicken"; + } + else if (x == 3) + { + cout << "Stay away from orange flags"; + } + else if (x == 4) + { + cout << "Find a locker and hide inside of it"; + } + else if (x == 5) + { + cout << "You lost the game"; + } + getchar(); + + return 0; +} + diff --git a/Lab01_4/Lab01_4/Lab01_4.vcxproj b/Lab01_4/Lab01_4/Lab01_4.vcxproj new file mode 100644 index 0000000..53c7707 --- /dev/null +++ b/Lab01_4/Lab01_4/Lab01_4.vcxproj @@ -0,0 +1,95 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {6E93A0A3-7B1D-40E2-AC2E-28E16E5B1DE0} + Win32Proj + Lab01_4 + + + + Application + true + v120 + Unicode + + + Application + false + v120 + true + Unicode + + + + + + + + + + + + + true + + + false + + + + Use + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + Use + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + Create + Create + + + + + + \ No newline at end of file diff --git a/Lab01_4/Lab01_4/Lab01_4.vcxproj.filters b/Lab01_4/Lab01_4/Lab01_4.vcxproj.filters new file mode 100644 index 0000000..a8d437f --- /dev/null +++ b/Lab01_4/Lab01_4/Lab01_4.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/Lab01_4/Lab01_4/ReadMe.txt b/Lab01_4/Lab01_4/ReadMe.txt new file mode 100644 index 0000000..6502669 --- /dev/null +++ b/Lab01_4/Lab01_4/ReadMe.txt @@ -0,0 +1,40 @@ +======================================================================== + CONSOLE APPLICATION : Lab01_4 Project Overview +======================================================================== + +AppWizard has created this Lab01_4 application for you. + +This file contains a summary of what you will find in each of the files that +make up your Lab01_4 application. + + +Lab01_4.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +Lab01_4.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +Lab01_4.cpp + This is the main application source file. + +///////////////////////////////////////////////////////////////////////////// +Other standard files: + +StdAfx.h, StdAfx.cpp + These files are used to build a precompiled header (PCH) file + named Lab01_4.pch and a precompiled types file named StdAfx.obj. + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/Lab01_4/Lab01_4/stdafx.cpp b/Lab01_4/Lab01_4/stdafx.cpp new file mode 100644 index 0000000..ba03d8f --- /dev/null +++ b/Lab01_4/Lab01_4/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// Lab01_4.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "stdafx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file diff --git a/Lab01_4/Lab01_4/stdafx.h b/Lab01_4/Lab01_4/stdafx.h new file mode 100644 index 0000000..47a0d02 --- /dev/null +++ b/Lab01_4/Lab01_4/stdafx.h @@ -0,0 +1,15 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#pragma once + +#include "targetver.h" + +#include +#include + + + +// TODO: reference additional headers your program requires here diff --git a/Lab01_4/Lab01_4/targetver.h b/Lab01_4/Lab01_4/targetver.h new file mode 100644 index 0000000..90e767b --- /dev/null +++ b/Lab01_4/Lab01_4/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include diff --git a/Lab01_4/ipch/lab01_4-d0de756d/lab01_4-96d969cf.ipch b/Lab01_4/ipch/lab01_4-d0de756d/lab01_4-96d969cf.ipch new file mode 100644 index 0000000..31253a2 Binary files /dev/null and b/Lab01_4/ipch/lab01_4-d0de756d/lab01_4-96d969cf.ipch differ