parse a string - C - Tek-Tips - Tek-Tips Information Technology Professional Forums
Hello I have a string in this format lastname.firstname.middlename: I want to parse these elements into separate strings If i get any examples or sample code, I ... #include #include #include main { char *instring = "last.first.middle";...