From bbb879042bea324369868a81752f96257270686e Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 1 Nov 2022 09:10:32 -0700 Subject: Added output text file --- .../CST116-Ch11-Debugging-Output-Rogers.txt | 13 +++++++++++++ CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 1 + CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters | 1 + 3 files changed, 15 insertions(+) create mode 100644 CST116-Ch11-Debugging/CST116-Ch11-Debugging-Output-Rogers.txt diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Output-Rogers.txt b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Output-Rogers.txt new file mode 100644 index 0000000..1c08563 --- /dev/null +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging-Output-Rogers.txt @@ -0,0 +1,13 @@ +Taylor 32 +Bob 50 +Sally 14 +Jeff 31 +Tom 23 + + + ** Total Records: 5 ** + The End + +C:\Users\taylo\OneDrive\OIT\2022_Fall\CST116\VS_Files\Repos\CST116\cst116-ch11-debugging-Taylorrog\x64\Debug\CST116-Ch11-Debugging.exe (process 28000) 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-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 4856308..97b7ecf 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -132,6 +132,7 @@ + diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters index 25f90f0..a405d5d 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj.filters @@ -22,5 +22,6 @@ + \ No newline at end of file -- cgit v1.2.3