strins or strcat?
#1

which is faster in your opinion?
Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)