View Single Post
Old Apr 3rd, 2005, 1:48 PM   #4
mmmm_strawberries
Newbie
 
Join Date: Feb 2005
Posts: 10
Rep Power: 0 mmmm_strawberries is on a distinguished road
Send a message via AIM to mmmm_strawberries
Ok I thought maybe I messed up by putting
token = strtok(Buffer, delimiters);
so I changed it to
strcpy( token, strtok(Buffer, delimiters)
but that crashed it. I like strcpy better. Is my syntax wrong? Or am I completely off and strcpy is a terrible idea?
mmmm_strawberries is offline   Reply With Quote