What thing does..
#2

strtok and sscanf split a string into sub strings. They split it at a space ( ' ' ) character. Sscanf is faster and offers more functionality, like spliting a string by a different delimiter, spliting a string into smaller string/integers/floats with one function call, etc ...
Reply


Messages In This Thread
What thing does.. - by JoeDaDude - 02.01.2010, 18:03
Re: What thing does.. - by dice7 - 02.01.2010, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)