I thought C/C++ needed the null char to determine end of a string. According to http://www.daniweb.com/forums/thread66649.html someone did find a way to do it. Using strcat(); _________________
<Wiccaan> Bah that was supposed to say 'not saying its dead' lol. Fixing >.>
No null-character is implicitly appended to the end of destination, so destination will only be null-terminated if the length of the C string in source is less than num.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum