Whats the difference in this commands?: ... need answer
#1

Whats the difference in using this:
Код:
...
if(strcmp(cmdtext,"/...",true)==0)
...
or this
Код:
...
if(!strcmp(cmdtext,"/...",true))
...
and what means this: " ==0 "


thank you
Reply
#2

Thank you! I understand now
Reply
#3

So, if a 'int' declerated function doesn't return a value when called, It's handled like it returned false ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)