15 Jan
2002
15 Jan
'02
11:12 p.m.
On 1/15/02 2:47 PM, "rradh"
I want to be able to specify delimiters like in strtok so that I get a_1, b_1 and c_2 but couldn't figure out how to specify the tokenizer function. Any suggestions?
Here's an example: boost::char_delimiters_separator<char> separator(false, "", " "); boost::tokenizer<> tok(line, separator); Let me know if that helps. Perhaps we should ask John Bandela to include at least one example like this to make things clearer. -- Darin