if statement and char arrays
Last edited on
Ah, I thought I was defining the length of the string.
if (PlayerRN == "Jackson") |
is giving the error, No operator "==" matches these operands.
Ah, I thought I was defining the length of the string. |
You're not, that syntax declares an array.
http://www.cplusplus.com/doc/tutorial/arrays/
is giving the error, No operator "==" matches these operands. |
The next step after identifying a problem is fixing it.
Topic archived. No new replies allowed.