no match for 'operator =='

Jul 12, 2010 at 2:50pm
hi there, I have this problem with a program it keeps giving me a "no match for 'operator==' " error, which is really strange. I am trying to compare strings using if-statements and I just don't get why i'm getting that error. Anyone been there? know whats wrong?
Jul 12, 2010 at 3:15pm
This belongs in the general BBS of the website. and we can't really help much without the code you've got anyways. We'd be glad to help though when you post it :)
Jul 12, 2010 at 5:39pm
use stringcompare for comparing strings. (note: strcmp)
Last edited on Jul 12, 2010 at 5:40pm
Jul 13, 2010 at 3:37pm
I didn't want to get details of the lengthy code, just wanted to know why the complier would have given that error. Thanks AngelHoof!
Topic archived. No new replies allowed.