notsolowki:
can you please tell me what the ==0) at the end of "if (strcmp(receivedChars, "my string of text") == 0)"
is about
If the two strings match then strcmp() will return 0
notsolowki:
can you please tell me what the ==0) at the end of "if (strcmp(receivedChars, "my string of text") == 0)"
is about
If the two strings match then strcmp() will return 0