diff options
| author | Birducken <[email protected]> | 2022-11-07 22:53:59 -0800 |
|---|---|---|
| committer | Birducken <[email protected]> | 2022-11-07 22:53:59 -0800 |
| commit | 04d9492cb143830ce84f1a35080f721a0654b2d1 (patch) | |
| tree | 2ee61e1d12a5cd40be781e953c07393467bb04fe | |
| parent | Finished excersize 2. (diff) | |
| download | cst116-ch11-debugging-stark-04d9492cb143830ce84f1a35080f721a0654b2d1.tar.xz cst116-ch11-debugging-stark-04d9492cb143830ce84f1a35080f721a0654b2d1.zip | |
Added output file.
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.cpp (renamed from CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp) | 0 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.txt | 13 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 3 | ||||
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 3 |
4 files changed, 17 insertions, 2 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.cpp index 2a855bf..2a855bf 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.cpp diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.txt b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.txt new file mode 100644 index 0000000..ff45da3 --- /dev/null +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Stark.txt @@ -0,0 +1,13 @@ +Trenton Stark +CST 116 +Chapter 11 Debugging Output: + +Gabe 6 +Myles 102 +Eden 32 +Barry 63 +Martinet 42 + + + ** Total Records: 5 ** + The End
\ No newline at end of file diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 6ad157a..45366aa 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -127,11 +127,12 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp" /> + <ClCompile Include="CST116-Ch11-Debugging-Stark.cpp" /> </ItemGroup> <ItemGroup> <Text Include="data.txt" /> <Text Include="report.txt" /> + <Text Include="CST116-Ch11-Debugging-Stark.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 faf4759..a983ca7 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -15,12 +15,13 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="CST116-Ch11-Debugging.cpp"> + <ClCompile Include="CST116-Ch11-Debugging-Stark.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> <ItemGroup> <Text Include="data.txt" /> <Text Include="report.txt" /> + <Text Include="CST116-Ch11-Debugging-Stark.txt" /> </ItemGroup> </Project>
\ No newline at end of file |