I'm trying to construct a program that asks three separate questions, and then outputs whether the answer was correct or not. The answer is not to be case-sensitive. I keep on getting 4 types of errors when I compile it though:
c2784 - 'declaration' : could not deduce template argument for 'type' from 'type'
c2780 - A function template has too few arguments.
c2228 - left of '.identifier' must have class/struct/union
c2446 - 'operator' : no conversion from 'type1' to 'type2'
I have an issue grasping the whole function/argument concept, so can somebody give me some advice? Here is my code so far: