diff options
| author | TheOtherTonyStark <[email protected]> | 2022-11-02 15:47:00 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-11-02 15:47:00 -0700 |
| commit | 93fe207d7f0247d96ce5ad0c5245b9bf401a1b2e (patch) | |
| tree | e142001c9df64948c4ca3bdeacf701d8c3cf6d53 | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-theothertonystark-93fe207d7f0247d96ce5ad0c5245b9bf401a1b2e.tar.xz cst116-ch11-debugging-theothertonystark-93fe207d7f0247d96ce5ad0c5245b9bf401a1b2e.zip | |
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging-Chambers.cpp (renamed from CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp) | 0 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 7 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 10 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Psuedocode.txt | 0 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Solution.txt | 0 |
5 files changed, 15 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Chambers.cpp index 53830da..53830da 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Chambers.cpp diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 2073e5b..1d45ff2 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{2f33289e-7d00-4ec4-9951-f3db9cd7c178}</ProjectGuid> <RootNamespace>CST116Ch11Debugging</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + <ProjectName>CST116-Ch11-Debugging-Chambers</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> @@ -127,7 +128,11 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp" /> + <ClCompile Include="CST116-Ch11-Debugging-Chambers.cpp" /> + </ItemGroup> + <ItemGroup> + <Text Include="CST116-Ch11-Solution.txt" /> + <Text Include="CST116-Ch11-Psuedocode.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 2029dc7..fc5e84f 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -15,8 +15,16 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp"> + <ClCompile Include="CST116-Ch11-Debugging-Chambers.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="CST116-Ch11-Solution.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="CST116-Ch11-Psuedocode.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Psuedocode.txt b/CST116-Ch11-Debugging/CST116-Ch11-Psuedocode.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/CST116-Ch11-Debugging/CST116-Ch11-Psuedocode.txt diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Solution.txt b/CST116-Ch11-Debugging/CST116-Ch11-Solution.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/CST116-Ch11-Debugging/CST116-Ch11-Solution.txt |