23.05.2014, 15:36
Is that possible that i can combine 2 Strcat(s) using Format because my strings length can't handle it anymore, like for example:
Thanks in Advance
Код:
strcat(string1, "Message 1\n\n"); strcat(string2, "Message 2"); format(combiner, sizeof(combiner), "%s%s", string1, string2);