SolidCoding theme image
Quiz Oneself (2000)
application
C++ MFC Application
William created this simple flash card application in high school using Borland C++ Builder to help himself and others prepare for quizzes and tests. Given a text file containing a set of questions and answers, the application gave users the option to iteratively step through the question set or randomly and would count the user's score as they progressed. This application tracked wrong answers and would re-prompt those questions until answered correctly at the end of each cycle.

Because this project was programmed with all dependencies included, it still runs today with some slight caveats in Window size.

Download works and is tested in Windows XP/2003/Vista/7

SolidCoding theme image