summaryrefslogtreecommitdiff
path: root/CST116-Ch11-Debugging
diff options
context:
space:
mode:
authortafaar <[email protected]>2022-10-31 20:45:07 -0700
committertafaar <[email protected]>2022-10-31 20:45:07 -0700
commit4108fe9964ff21c27fc03173b0fc4a4ca0bd5579 (patch)
tree156510db96b6036e4d0d1283dcb9580f0a5724bd /CST116-Ch11-Debugging
parentcreated data file (diff)
downloadarchived-cst116-ch11-debugging-hill-4108fe9964ff21c27fc03173b0fc4a4ca0bd5579.tar.xz
archived-cst116-ch11-debugging-hill-4108fe9964ff21c27fc03173b0fc4a4ca0bd5579.zip
did exercise 1.4
Diffstat (limited to 'CST116-Ch11-Debugging')
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp3
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj3
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters3
3 files changed, 9 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp
index 2e96a17..675d5dd 100644
--- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp
+++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp
@@ -19,6 +19,9 @@
* 3) Open the input file by simply double clicking the name of the
* file in your Solution Explorer.
* 4) Build and execute the program.
+*
+* Done
+*
* 5) Update the file paths below to correctly represent the path you
* created.
* 6) Rebuild and execute the program.
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
index 2073e5b..50b9ca1 100644
--- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
+++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
@@ -129,6 +129,9 @@
<ItemGroup>
<ClCompile Include="CST116-Ch11-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\..\..\..\Desktop\Chap11-MyData.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters
index 2029dc7..c3f3010 100644
--- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters
+++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters
@@ -19,4 +19,7 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\..\..\..\Desktop\Chap11-MyData.txt" />
+ </ItemGroup>
</Project> \ No newline at end of file