diff options
| -rw-r--r-- | CST116-Ch11-Debugging.sln | 5 | ||||
| -rw-r--r-- | Program_output.txt | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging.sln b/CST116-Ch11-Debugging.sln index f71ac42..b09ad76 100644 --- a/CST116-Ch11-Debugging.sln +++ b/CST116-Ch11-Debugging.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.3.32929.385 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Ch11-Debugging", "CST116-Ch11-Debugging\CST116-Ch11-Debugging.vcxproj", "{2F33289E-7D00-4EC4-9951-F3DB9CD7C178}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30090A24-EA34-48A8-AB5F-5737C5F786BE}" + ProjectSection(SolutionItems) = preProject + Program_output.txt = Program_output.txt + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 diff --git a/Program_output.txt b/Program_output.txt new file mode 100644 index 0000000..2794c3b --- /dev/null +++ b/Program_output.txt @@ -0,0 +1,15 @@ +John 19 +Molly 23 +Tim 48 +Keil 42 +Trinh 21 +Anthony 25 +Kevin 27 +Cheryl 32 +Kim 16 +Dave 25 +Will 34 + + + ** Total Records: 11 ** + The End
\ No newline at end of file |