aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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