From 7d7e817f71141cf2670407149a729fa8736ec8d2 Mon Sep 17 00:00:00 2001 From: Musa Ahmed Date: Tue, 25 Oct 2022 18:08:24 -0700 Subject: Added output text file --- .../CST116-Ch10-Debugging-Ahmed.txt | 23 ++++++++++++++++++++++ .../CST116-Ch10-Debugging-Ahmed.vcxproj | 3 +++ .../CST116-Ch10-Debugging-Ahmed.vcxproj.filters | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.txt diff --git a/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.txt b/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.txt new file mode 100644 index 0000000..295f134 --- /dev/null +++ b/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.txt @@ -0,0 +1,23 @@ +Please enter your first name: Musa + +Please enter your last name: Ahmed + + + Welcome Musa Ahmed! + Hope all is well + + x y z + + 0 100 -99 + 99 101 200 + 2 102 104 + 3 103 106 + 4 104 108 + 5 105 110 + 6 106 112 + 7 107 114 + 8 108 116 + 9 109 118 + +C:\Users\macho\source\repos\cst116-ch10-debugging-M005A\CST116-Ch10-Debugging-Ahmed\x64\Debug\CST116-Ch10-Debugging-Ahmed.exe (process 21840) exited with code 0. +Press any key to close this window . . . \ No newline at end of file diff --git a/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj b/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj index 45432ca..2954934 100644 --- a/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj +++ b/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj @@ -129,6 +129,9 @@ + + + diff --git a/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj.filters b/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj.filters index bed3e0b..ce05403 100644 --- a/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj.filters +++ b/CST116-Ch10-Debugging-Ahmed/CST116-Ch10-Debugging-Ahmed.vcxproj.filters @@ -19,4 +19,9 @@ Source Files + + + Source Files + + \ No newline at end of file -- cgit v1.2.3