Hello, I am brand new to programing and I been having a hard time with c++, so i would love some help, since I really want to learn how to program in this language.
For this program I need to create a quiz grader, I have to compare the answers given in a file vs the correct answers given in an other file.I found a program that does exactly that but I also have some questions about it.
My first question is how can I display all the given answers and compare them to the correct answers something like this:
CORRECT ANS STUDENT ANS
C++ C++
for for
if if
variable variable
function function
return cheese INCORRECT
array array
void robots INCORRECT
reference reference
main main
prototype prototype
this is my first semester dealing with programing and C++ is giving me a headache.Thanks for the help.