diff options
| author | Musa Ahmed <[email protected]> | 2022-10-19 16:58:07 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-19 16:58:07 -0700 |
| commit | b875a4382583283855ccb671bd554a111d19b71c (patch) | |
| tree | 21714a4277d998c7434d1cfffa5bf5a8af3768d0 | |
| parent | Added the output txt (diff) | |
| download | cst116-ch9-debugging-m005a-b875a4382583283855ccb671bd554a111d19b71c.tar.xz cst116-ch9-debugging-m005a-b875a4382583283855ccb671bd554a111d19b71c.zip | |
Added comments
3 files changed, 6 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp index 00ef3ff..1b1a059 100644 --- a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp +++ b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp @@ -67,6 +67,8 @@ * 5) Notice that the call stack now shows PrintResults on top of * the stack. ********************************************************************/ + +//Musa Ahmed, CST 116, CH9 Debugging. #include <iostream> using std::cout; using std::cin; diff --git a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj index 4388c12..d9b4080 100644 --- a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj +++ b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj @@ -131,6 +131,7 @@ </ItemGroup> <ItemGroup> <Text Include="cst116-ch9-Debugging-Ahmed.txt" /> + <Text Include="cst116-ch9-Debugging-output.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj.filters b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj.filters index c2c9dbe..14f575e 100644 --- a/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj.filters +++ b/CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj.filters @@ -23,5 +23,8 @@ <Text Include="cst116-ch9-Debugging-Ahmed.txt"> <Filter>Source Files</Filter> </Text> + <Text Include="cst116-ch9-Debugging-output.txt"> + <Filter>Source Files</Filter> + </Text> </ItemGroup> </Project>
\ No newline at end of file |