22.07.2012, 16:10
What is that " == 0) " stands for? And what is its advantages? And why does it exists in the first example but not in the second one?
Код:
"if (strcmp(cmdtext, "/msgall", true) == 0)"
Код:
"if (strcmp(cmdtext, "/msgall", true))"