16.04.2012, 11:43
Quote:
but STRCMP is more Easier than Strtok!! I really can't understand this Strtok!!
|
Sscanf is the easiest way to split strings, anything else is a lot more complicated and not to mention slower. You will have a very hard time finding tutorials for splitting strings that don't use either sscanf or strtok.