cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
DMV Exam
DMV Exam
Oct 21, 2013 at 11:22pm UTC
thesagaof
(13)
Hi, this is my Driver's License exam program.
All of the errors my program is throwing in my face are listed in the main() function of the program.
I can not, for the life of me, figure out what I've done wrong. Help a new programmer out please?
Last edited on
Oct 22, 2013 at 1:40pm UTC
Oct 22, 2013 at 1:24am UTC
AbstractionAnon
(6954)
Line 75: You're declaring an instance of TestGrader with no arguments, but you don't have a default constructor. How should testOne be initialized?
Line 76: You're trying to pass testAnswers to setKey, but testAnswers is private.
Line 77: Same problem.
In the future, when you get error messages, please post the exact text of the error messages.
Topic archived. No new replies allowed.