diff options
| author | Musa Ahmed <[email protected]> | 2022-10-25 18:08:24 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-25 18:08:24 -0700 |
| commit | 7d7e817f71141cf2670407149a729fa8736ec8d2 (patch) | |
| tree | 11740f7cb88d27cc8c15eafd502388fa27aa0b5b | |
| parent | renamed files (diff) | |
| download | cst116-ch10-debugging-m005a-7d7e817f71141cf2670407149a729fa8736ec8d2.tar.xz cst116-ch10-debugging-m005a-7d7e817f71141cf2670407149a729fa8736ec8d2.zip | |
Added output text file
3 files changed, 31 insertions, 0 deletions
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 @@ <ItemGroup> <ClCompile Include="CST116-Ch10-Debugging-Ahmed.cpp" /> </ItemGroup> + <ItemGroup> + <Text Include="CST116-Ch10-Debugging-Ahmed.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> 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 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="CST116-Ch10-Debugging-Ahmed.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |