|
ok after changing all of my variables to string (since they only hold characters) I get this error instead.
anyone@george's:~$ g++ FamilyFued.cpp -o FamilyFued
FamilyFued.cpp: In function `int main(int, char**)':
FamilyFued.cpp:26: error: no match for 'operator==' in 'FamAnsw == Answ'
anyone@george's:~$
|