diff options
Diffstat (limited to 'CST116-Ch10-Debugging')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 2 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.sln | 5 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/Code Output.txt | 20 | ||||
| -rw-r--r-- | CST116-Ch10-Debugging/TextFile1.txt | 0 |
4 files changed, 26 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index c243fd0..eddd574 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -1,5 +1,5 @@ /********************************************************************
-* File: CST116-Ch10-Debugging.cpp
+* File: CST116-Ch10-Debugging-joe.traver.cpp
*
* General Instructions: Complete each step before proceeding to the
* next.
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.sln b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.sln index 16653d8..5ddee71 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.sln +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.sln @@ -5,6 +5,11 @@ VisualStudioVersion = 17.3.32804.467 MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CST116-Ch10-Debugging", "CST116-Ch10-Debugging.vcxproj", "{25DE9F3E-D136-4E74-AFD8-995BD672D9C4}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7131F0DD-0A37-4F9B-BE95-FAAE337D6DAB}"
+ ProjectSection(SolutionItems) = preProject
+ Code Output.txt = Code Output.txt
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
diff --git a/CST116-Ch10-Debugging/Code Output.txt b/CST116-Ch10-Debugging/Code Output.txt new file mode 100644 index 0000000..65a30a0 --- /dev/null +++ b/CST116-Ch10-Debugging/Code Output.txt @@ -0,0 +1,20 @@ +Please enter your first name: Joe + +Please enter your last name: Traver + + + Welcome Joe Traver! + 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
\ No newline at end of file diff --git a/CST116-Ch10-Debugging/TextFile1.txt b/CST116-Ch10-Debugging/TextFile1.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/CST116-Ch10-Debugging/TextFile1.txt |