aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-10-04 17:27:54 -0700
committerMusa Ahmed <[email protected]>2022-10-04 17:27:54 -0700
commit9c63e8ef009f2501c6aaefdd7fc6a4844f63073b (patch)
treebea5d20e3109133790d0e2176288acca4195b5c6
parentadded text file (diff)
downloadarchived-cst116-proj1-9c63e8ef009f2501c6aaefdd7fc6a4844f63073b.tar.xz
archived-cst116-proj1-9c63e8ef009f2501c6aaefdd7fc6a4844f63073b.zip
Added output to txt
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt7
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj3
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters5
3 files changed, 15 insertions, 0 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt
index e69de29..a3b8ad5 100644
--- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt
+++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt
@@ -0,0 +1,7 @@
+You have $123.45
+Enter percent raise: 0.12
+After your raise you have $138.264
+
+C:\Users\macho\Source\Repos\cst116-ch5-debugging-M005A\CST116-Ch5-Debugging\x64\Debug\CST116-Ch5-Debugging.exe (process 9272) exited with code 0.
+To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
+Press any key to close this window . . . \ No newline at end of file
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj
index 4339244..cebfe76 100644
--- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj
+++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj
@@ -129,6 +129,9 @@
<ItemGroup>
<ClCompile Include="CST116-Ch5-Debugging.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch5-Debugging-Ahmed.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters
index c938e8d..c8799f2 100644
--- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters
+++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters
@@ -19,4 +19,9 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch5-Debugging-Ahmed.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project> \ No newline at end of file