View Single Post
Old 07-18-2005, 02:24 PM   #3 (permalink)
slashdot
Registered User
 
Join Date: Dec 2004
Posts: 43
slashdot is on a distinguished road
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:~$
slashdot is offline   Reply With Quote