aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch9-Debugging
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch9-Debugging')
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.txt3
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj3
-rw-r--r--CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters3
3 files changed, 9 insertions, 0 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.txt b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.txt
new file mode 100644
index 0000000..4663c8d
--- /dev/null
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.txt
@@ -0,0 +1,3 @@
+Please enter your age: 20
+20! Boy are you old!
+Did you know that you are at least 7300 days old? \ No newline at end of file
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj
index d7fabd9..fdf5bda 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj
@@ -129,6 +129,9 @@
<ItemGroup>
<ClCompile Include="CST116-Ch9-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters
index 2f59736..a89b020 100644
--- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters
+++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters
@@ -19,4 +19,7 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch9-Debugging.txt" />
+ </ItemGroup>
</Project> \ No newline at end of file