aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.cpp2
-rw-r--r--CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj1
-rw-r--r--CST116-Ch9-Debugging-Ahmed/CST116-Ch9-Debugging-Ahmed.vcxproj.filters3
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