strtok - C++ Reference - cplusplus.com - The C++ Resources Network
A sequence of calls to this function split str into tokens, which are sequences of contiguous characters separated by any of the characters that are part of delimiters. On a first call, the function expects a C string as argument for str, whose first char...