const char * functions

hello.
i have a const char *
this is a chat and the text is in the variable
now i must search in this variable.
if this variable is "/login abc def" then i need abc and def.
I need an function to: search, split
substr don't work with const char *

Sorry 4 my bad englisch
i think strbrk works
Last edited on
Topic archived. No new replies allowed.