C++ II, The Final! (du du dUUUU)

Our last quiz was cancelled so that we could focus on our final. Considering that this is the last C++ class offered at this college, I’m glad we got extra time to focus on it.
I realize while building my program that there are potentially a lot of files with “real” programs I could build in the work force. Using Visual Studio, keeping the tabs organized proved to be annoying. Having tabs auto-open when running and debugging…ugh. I’m beginning to see why some developers have 2 or 3 giant ass monitors and any previous taunts about their “overdoing it nerd style” are officially recanted.
I had a lot of fun with this program. Did a lil ASCII art 🙂
mathcap

Final, The Math Game
Program requirements:
Generate simple math fact problems. Validate user input at every opportunity. The program should keep track of the following statistics: 1. The user’s name 2. The total correct answers 3. The total wrong answers 4. The total earnings.
A separate text file must be created for every user.  Must demonstrate use classes. Must demonstrate use of pointers. Must have a separate .h file for each class prototype. Must have a separate .cpp file for each class prototype.

My grade: 110 out of 100 (got extra credit, FYEAH ASCII ART!!!!)
https://github.com/Velourious/the_final/tree/master

Leave a comment