|
-
November 21st, 2005, 11:15 AM
#1
strtok
Hi
What is equal of strtok in C++ string?
or How can i split any string in c++ without using strtok?
tnx
-
November 21st, 2005, 11:21 AM
#2
-
November 21st, 2005, 03:10 PM
#3
Re: strtok
...use std::string's .substr() member. Look out for the details. Regards.
Can you help me with my homework assignment?, Before you post!, Use code tags, How to post!, Codeguru technical FAQs, C++ FAQ Lite, Stroustrup: C++ Style and Technique FAQ, Guru of the Week, Comeau C and C++ FAQs, Comeau C++ Templates FAQs, CUJ @ DDJ, Spam threshold
My Blogs : Learning C++ is fun | Abnegator's reflections
Open Threads : C++ Aha! Moments | Nature of work in C++?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|