12 Jun
2005
12 Jun
'05
7:35 p.m.
My own tokenizer does just that--and puts the tokens into a deque.
Have you checked the string_algo library, specially the split function.
string str1("hello abc-*-ABC-*-aBc goodbye");
// ranges with iterators in original string
vector