aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMusa Ahmed <[email protected]>2022-10-04 17:44:36 -0700
committerMusa Ahmed <[email protected]>2022-10-04 17:44:36 -0700
commit851eb06306580decda78b6cd01f3f10a54c42cb9 (patch)
tree801e118dc50961727803384e15b1001bfefc5507
parentadded flowchart (diff)
downloadcst116-proj1-851eb06306580decda78b6cd01f3f10a54c42cb9.tar.xz
cst116-proj1-851eb06306580decda78b6cd01f3f10a54c42cb9.zip
re-did text file
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt7
-rw-r--r--CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.user4
2 files changed, 10 insertions, 1 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt b/CST116-Ch5-Debugging/CST116-Ch5-Debugging-Ahmed.txt
index e69de29..6f13748 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.1
+After your raise you have $135.795
+
+C:\Users\macho\Source\Repos\cst116-ch5-debugging-M005A\CST116-Ch5-Debugging\x64\Debug\CST116-Ch5-Debugging.exe (process 6924) 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.user b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.user
index 0f14913..dc63f8a 100644
--- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.user
+++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.user
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
+ <PropertyGroup>
+ <ShowAllFiles>false</ShowAllFiles>
+ </PropertyGroup>
</Project> \ No newline at end of file