How to split the char* with the token?? in the following code::
Qt Code:
token = strtok_s( (char*)strbuff, "_", &nextToken );To copy to clipboard, switch view to plain text mode
How to split the char* with the token?? in the following code::
Qt Code:
token = strtok_s( (char*)strbuff, "_", &nextToken );To copy to clipboard, switch view to plain text mode
Bookmarks