Posts: 1,429
Threads: 321
Joined: Oct 2010
Reputation:
0
Is it possible to use SSCANF with Strcmp instead of strtok?
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
Sscanf does everything that strtok does + more. Sscanf is much faster and more efficient and easy than strtok. So pretty much, yes you can.
Posts: 170
Threads: 12
Joined: Aug 2011
Reputation:
0
I think its Possible and SSCANF Is Better and Easier than strtok