| Correct me if I'm wrong here, but C doesn't have a native string object, right? What you're really talking about is copying an array of characters? It's been a few years since I looked at C++, but when we did, I had to create my own string class/obj or use a character array. |