Votes
Answers
Views
Question
2
1
90
asked 12 years ago by Iama_mess
updated 12 years ago by DavidMofOSI
I have an 18 character string that I need to split into two. The first 8 characters will go in one string, the remaining 10 into another string. I can pull out the first 8 characters no problem with the strcpy function. It's the remaining 10 that is giving me problems. From everything I've g...