error C2664: 'strcmp' : cannot convert parameter 1 from 'std::string' to 'const char *' |
|
| but it still doesn't work |
in_boolean = word == dictionary[index]; will work just fine. The only way it could "not work" if is word does not match dictionary[index].
|
|
while ( 0 < 198 && false == true ) |
|
|
|