08.12.2009, 15:22
Mhh... i say it again: Better use SSCANF.
Benefits in compairation to strtok:
1. You save harddrive-space
2. You can script it easier (really, just the beginning might be a bit weird for you)
3. and you can do it faster than strtok.
Just little tips, you can still use strtok, if you want to, but sscanf, is much more handy with those stuff....
Cheers.
Benefits in compairation to strtok:
1. You save harddrive-space
2. You can script it easier (really, just the beginning might be a bit weird for you)
3. and you can do it faster than strtok.
Just little tips, you can still use strtok, if you want to, but sscanf, is much more handy with those stuff....
Cheers.