Tagged Questions
0
votes
2answers
84 views
Why is my strcmp always returning true?
I'm trying to compare user text input from an iphone app with the text in a static array I have declared. It is always returning "true", even when the text is different. After doing the strncmp, I ...