22 Jan
2007
22 Jan
'07
4:08 p.m.
Manuel Jung wrote:
Cause its not worth the work using boost::tokenizer with ustring i will write some one split up function myself for now.
I'd suggest you try string_algorithms instead of tokenizer -- it's more flexible and is should be able to handle anything that works like a string: http://www.boost.org/doc/html/string_algo.html Jeff