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