Char Seperator

Heya,

Im using Winsock to recieve a string.. eg "Hello, World". As usual with winsock, i recieve it in a character array. What I wanna do, im making some kinda, something, which stores each word in a sperate thing.
So, I guess this is string seperation..? Anyone shed some light?

Sorry if this should be in the Winsock section, and for all the 'something's and 'thing's..

BageDevimo,
[436 byte] By [BageDevimo] at [2007-11-20 11:48:18]
# 1 Re: Char Seperator
You can for instance use strtok to split it. What you do with the splitted parts I depends on how you will use them later on.
S_M_A at 2007-11-9 1:26:15 >