22.11.2010, 22:26
Why dont you test it with 100.000 loops each and GetTickCount
Id say strcat is slightly faster, because it does not move any characters of the old string, but only appends the new ones.
Id say strcat is slightly faster, because it does not move any characters of the old string, but only appends the new ones.