
15 Jul
2008
15 Jul
'08
7:26 p.m.
Many thanks for help! Thats what I've been looking for! "Steven Watanabe" <watanabesj@gmail.com> wrote in message news:487CEBF7.3030108@providere-consulting.com...
AMDG
Maximilian Matthe wrote:
Aljaz schrieb:
std::string s = "Field 1 \"putting quotes around fields, allows commas\",Field 3";
boost::escaped_list_separator<char> sep("\"\'", " ,;", "\"\'");
<snip>
I think what you want is:
boost::escaped_list_separator<char> sep("\\", " ,;", "\"\'");
In Christ, Steven Watanabe