Hi
What is equal of strtok in C++ string?
or How can i split any string in c++ without using strtok?
tnx
Printable View
Hi
What is equal of strtok in C++ string?
or How can i split any string in c++ without using strtok?
tnx
for one way, see
http://www.nicoletti.50megs.com/cpp_.../tokenize.html
...use std::string's .substr() member. Look out for the details. Regards.