for better or worse, i'm writing a program using cstrings instead of some string library. i know how to use the strcat function to join two cstrings, but what if i have 3 or 4 cstrings that i need to combine? i guess i could call strcat multiple times to get them all, but is there a better way?
thanks,
glenn
thanks,
glenn