From 5c560c989b61c919e9fbfbfca1d4d352719ff0a7 Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Thu, 29 Sep 2022 16:21:29 -0700 Subject: added output --- Ch 5 Debugging Project/CST11116-Lab0-Ahmed | 7 +++++++ Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 1 + Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 1 + Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 Ch 5 Debugging Project/CST11116-Lab0-Ahmed diff --git a/Ch 5 Debugging Project/CST11116-Lab0-Ahmed b/Ch 5 Debugging Project/CST11116-Lab0-Ahmed new file mode 100644 index 0000000..9709ae9 --- /dev/null +++ b/Ch 5 Debugging Project/CST11116-Lab0-Ahmed @@ -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-lab0-debugging-M005A\Ch 5 Debugging Project\x64\Debug\CST116-Debugging-Ahmed.exe (process 15640) 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/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 7d6c472..c04cd17 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -16,6 +16,7 @@ * the current line being that cout statement, Step Into again. * 6) What happened? Where are we now? What is all of this nasty * looking code? +* - * 7) Remember, stepping into a predefined routine takes you to the * code for that routine. If the debugger can't find the code it * will show the assembly code for that routine. diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 53ad340..b1784a0 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -147,6 +147,7 @@ + diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index 1ee9f9e..dd2959d 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -28,5 +28,8 @@ Source Files + + Source Files + \ No newline at end of file -- cgit v1.2.3