Name:
Anonymous
2008-03-08 13:51
https://www.cstringdirect.com/
CString - No Panty Lines! No Tan Lines!
Name:
Anonymous
2008-03-09 3:41
Why would you put a zero byte there?
4. buffer[length] = 0;
Also, '\0' considered retarded. Use 0, or (char)0 if type is significant.