31 Aug
2007
31 Aug
'07
9:56 a.m.
Hi! Abhishek V schrieb:
Also let me know if this is the best way to perform the task or something else will be better...
Try the tokenizer: http://www.boost.org/libs/tokenizer/escaped_list_separator.htm You can directly initialize a container with these iterators: vector<string> values(tok.begin(), tok.end()); Frank