diff options
20 files changed, 315 insertions, 0 deletions
diff --git a/Module 7 Exercise/Debug/Module 7 Exercise.exe b/Module 7 Exercise/Debug/Module 7 Exercise.exe Binary files differnew file mode 100644 index 0000000..270cb12 --- /dev/null +++ b/Module 7 Exercise/Debug/Module 7 Exercise.exe diff --git a/Module 7 Exercise/Debug/Module 7 Exercise.pdb b/Module 7 Exercise/Debug/Module 7 Exercise.pdb Binary files differnew file mode 100644 index 0000000..25968f0 --- /dev/null +++ b/Module 7 Exercise/Debug/Module 7 Exercise.pdb diff --git a/Module 7 Exercise/Module 7 Exercise.sln b/Module 7 Exercise/Module 7 Exercise.sln new file mode 100644 index 0000000..2bfded5 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise.sln @@ -0,0 +1,31 @@ +
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31729.503
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Module 7 Exercise", "Module 7 Exercise\Module 7 Exercise.vcxproj", "{C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}"
+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
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Debug|x64.ActiveCfg = Debug|x64
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Debug|x64.Build.0 = Debug|x64
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Debug|x86.ActiveCfg = Debug|Win32
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Debug|x86.Build.0 = Debug|Win32
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Release|x64.ActiveCfg = Release|x64
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Release|x64.Build.0 = Release|x64
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Release|x86.ActiveCfg = Release|Win32
+ {C062C6BA-B4C0-47E6-BA4F-49F1A47E88D3}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {47F75752-B7A1-45F7-A6A4-7659CBB58278}
+ EndGlobalSection
+EndGlobal
diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.exe.recipe b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.exe.recipe new file mode 100644 index 0000000..428e576 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.exe.recipe @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project>
+ <ProjectOutputs>
+ <ProjectOutput>
+ <FullPath>C:\Users\Kaeden Grubb\Desktop\CST 116 Work\Module 7 Exercise\Debug\Module 7 Exercise.exe</FullPath>
+ </ProjectOutput>
+ </ProjectOutputs>
+ <ContentFiles />
+ <SatelliteDlls />
+ <NonRecipeFileRefs />
+</Project>
\ No newline at end of file diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.ilk b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.ilk Binary files differnew file mode 100644 index 0000000..1510a73 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.ilk diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.log b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.log new file mode 100644 index 0000000..27d2556 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.log @@ -0,0 +1,5 @@ + Module 7 Exercise.cpp
+C:\Users\Kaeden Grubb\Desktop\CST 116 Work\Module 7 Exercise\Module 7 Exercise\Module 7 Exercise.cpp(57,54): warning C4018: '<': signed/unsigned mismatch
+C:\Users\Kaeden Grubb\Desktop\CST 116 Work\Module 7 Exercise\Module 7 Exercise\Module 7 Exercise.cpp(63,58): warning C4018: '<': signed/unsigned mismatch
+C:\Users\Kaeden Grubb\Desktop\CST 116 Work\Module 7 Exercise\Module 7 Exercise\Module 7 Exercise.cpp(63,84): warning C4018: '<': signed/unsigned mismatch
+ Module 7 Exercise.vcxproj -> C:\Users\Kaeden Grubb\Desktop\CST 116 Work\Module 7 Exercise\Debug\Module 7 Exercise.exe
diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.obj b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.obj Binary files differnew file mode 100644 index 0000000..39ea687 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7 Exercise.obj diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.command.1.tlog b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.command.1.tlog Binary files differnew file mode 100644 index 0000000..8fb0b3f --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.command.1.tlog diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.read.1.tlog b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.read.1.tlog Binary files differnew file mode 100644 index 0000000..bb223f9 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.read.1.tlog diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.write.1.tlog b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.write.1.tlog Binary files differnew file mode 100644 index 0000000..94d3c91 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/CL.write.1.tlog diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/Module 7 Exercise.lastbuildstate b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/Module 7 Exercise.lastbuildstate new file mode 100644 index 0000000..5b89904 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/Module 7 Exercise.lastbuildstate @@ -0,0 +1,2 @@ +PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.19041.0:
+Debug|Win32|C:\Users\Kaeden Grubb\Desktop\CST 116 Work\Module 7 Exercise\|
diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.command.1.tlog b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.command.1.tlog Binary files differnew file mode 100644 index 0000000..a7a9d88 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.command.1.tlog diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.read.1.tlog b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.read.1.tlog Binary files differnew file mode 100644 index 0000000..99bad8f --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.read.1.tlog diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.write.1.tlog b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.write.1.tlog Binary files differnew file mode 100644 index 0000000..396c51b --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/Module 7.c062c6ba.tlog/link.write.1.tlog diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/vc142.idb b/Module 7 Exercise/Module 7 Exercise/Debug/vc142.idb Binary files differnew file mode 100644 index 0000000..15a7a2c --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/vc142.idb diff --git a/Module 7 Exercise/Module 7 Exercise/Debug/vc142.pdb b/Module 7 Exercise/Module 7 Exercise/Debug/vc142.pdb Binary files differnew file mode 100644 index 0000000..3ea8339 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Debug/vc142.pdb diff --git a/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.cpp b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.cpp new file mode 100644 index 0000000..c86b82c --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.cpp @@ -0,0 +1,93 @@ +#define _CRT_SECURE_NO_WARNINGS
+#include <iostream>
+#include <cstring>
+using namespace std;
+
+#define ARRAY_SIZE 100;
+
+void enterStrings(string stringArray[], int& stringCount);
+void printStrings(string stringArray[], int stringCount);
+void findSubString(string stringArray[]);
+void deleteString(string stringArray[], int& stringCount);
+
+int main()
+{
+ string stringArray[100];
+ int stringCount = 0;
+ int choice1 = 1;
+ int choice2 = 1;
+ enterStrings(stringArray, stringCount);
+ cout << "Enter 0 if you would like to find a specific sequence.";
+ cin >> choice1;
+ if (choice1 == 0)
+ findSubString(stringArray);
+ cout << "Enter 0 if you would like to delete a specific string.";
+ cin >> choice2;
+ if (choice2 == 0)
+ deleteString(stringArray, stringCount);
+ printStrings(stringArray, stringCount);
+}
+
+void enterStrings(string stringArray[], int& stringCount)
+{
+ int i = 0;
+ int choice = 1;
+ while ((i < 100) && (choice != 0))
+ {
+ cout << "Please enter a string.";
+ cin >> stringArray[i];
+ stringCount++;
+ cout << "Type 0 to stop entering strings.";
+ cin >> choice;
+ i++;
+ }
+ return;
+}
+
+void printStrings(string stringArray[], int stringCount)
+{
+ for (int i = 0; i < stringCount; i++)
+ {
+ cout << stringArray[i] << endl;
+ }
+ return;
+}
+
+void findSubString(string stringArray[])
+{
+ string subString;
+ cout << "What sequence would you like to find?";
+ cin >> subString;
+
+ int i = 0, j = 0, k = 0;
+ while ((subString[i] != stringArray[2][j]) && (j < stringArray[2].size()))
+ {
+ j++;
+ }
+ if (subString[i] == stringArray[2][j])
+ {
+ while ((subString[i] == stringArray[2][j]) && (i < subString.size()) && (j < stringArray[2].size()))
+ {
+ j++;
+ i++;
+ }
+ }
+ if (i == subString.size())
+ cout << "The sequence " << subString << " can be found.\n";
+ else
+ cout << "The sequence " << subString << " can not be found.\n";
+ return;
+}
+
+void deleteString(string stringArray[], int& stringCount)
+{
+ int forlornString;
+ cout << "Which string would you like to delete?\n String#:";
+ cin >> forlornString;
+ for (int i = 0; i <= (stringCount - forlornString); i++)
+ {
+ strcpy(stringArray[forlornString + i], stringArray[forlornString + i + 1]);
+ }
+ stringCount--;
+ return;
+}
diff --git a/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj new file mode 100644 index 0000000..6882aa9 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj @@ -0,0 +1,147 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <VCProjectVersion>16.0</VCProjectVersion>
+ <Keyword>Win32Proj</Keyword>
+ <ProjectGuid>{c062c6ba-b4c0-47e6-ba4f-49f1a47e88d3}</ProjectGuid>
+ <RootNamespace>Module7Exercise</RootNamespace>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v142</PlatformToolset>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v142</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v142</PlatformToolset>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>Application</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v142</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="Shared">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LinkIncremental>true</LinkIncremental>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LinkIncremental>false</LinkIncremental>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <LinkIncremental>true</LinkIncremental>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <LinkIncremental>false</LinkIncremental>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>Console</SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="Module 7 Exercise.cpp" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file diff --git a/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj.filters b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj.filters new file mode 100644 index 0000000..9008c02 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj.filters @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ <Filter Include="Header Files">
+ <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+ <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
+ </Filter>
+ <Filter Include="Resource Files">
+ <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+ <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="Module 7 Exercise.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project>
\ No newline at end of file diff --git a/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj.user b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj.user new file mode 100644 index 0000000..0f14913 --- /dev/null +++ b/Module 7 Exercise/Module 7 Exercise/Module 7 Exercise.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup />
+</Project>
\ No newline at end of file |