(No Title)
I read this in an article today, and I eventually figured it out. The following statement in C copies a string:<br />while (*s++ = *t++);<br />
I read this in an article today, and I eventually figured it out. The following statement in C copies a string:<br />while (*s++ = *t++);<br />