How to split the char* with the token?? in the following code::

Qt Code:
  1. token = strtok_s( (char*)strbuff, "_", &nextToken );
To copy to clipboard, switch view to plain text mode