What thing does..
#1

What thing like strtok, sscanf, Ect does reason?
Like /kick [id] [reason]
Which one does that
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)