diff options
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index acbacf0..ea8b1ae 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -1,5 +1,7 @@ /******************************************************************** * File: Chapter 11 Debug.cpp +* +* CST116 Aaron Hill * * General Instructions: Complete each step before proceeding to the * next. @@ -74,6 +76,8 @@ * 8) Build and execute your code and carefully check your * output on both the console and in the output file. * +* Finished +* ********************************************************************/ #include <iostream> #include <fstream> // For the files!!!! |