cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
const char * functions
const char * functions
Sep 27, 2009 at 4:55pm UTC
tkausl
(1)
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
Sep 27, 2009 at 6:35pm UTC
hannes
(97)
i think strbrk works
Last edited on
Sep 27, 2009 at 6:35pm UTC
Topic archived. No new replies allowed.