Need some help
#10

Quote:
Originally Posted by Cowboy
Посмотреть сообщение
It gave me a tag mismatch warning, how can I fix it?
The user that posted above you, has placed an exclamation mark infront of the strcmp function. This has actually broken your code.

Doing !strcmp(...) is the same as doing strcmp(...) == 0, hence there is no difference.

The reason you are getting the warning is because you're doing two checks (checking with an exclamation mark and the == 0 method.

I'm unsure on your issue, though.
Reply


Messages In This Thread
Need some help - by Cowboy - 20.12.2011, 16:40
Re: Need some help - by Cowboy - 21.12.2011, 11:10
Re: Need some help - by Ash. - 21.12.2011, 11:35
Re: Need some help - by Cowboy - 21.12.2011, 18:46
Re: Need some help - by Ash. - 21.12.2011, 20:09
Re: Need some help - by Cowboy - 22.12.2011, 13:43
Re: Need some help - by Cowboy - 22.12.2011, 20:30
Re: Need some help - by skaTim - 22.12.2011, 21:00
Re: Need some help - by Cowboy - 22.12.2011, 21:02
Re: Need some help - by Ash. - 22.12.2011, 21:09

Forum Jump:


Users browsing this thread: 1 Guest(s)