A
Amadeus W.M.
Is it possible to change the space delimiter in an istream to, say, a
comma? I'm thinking facets, locales and imbue. I want to read a comma
separated file in the exact same way as if it were tab delimited.
If yes, how would I do that?
I know how to do it with get/getline and the like. Changing the delimiter
in the input string just seems more elegant.
Thanks!
comma? I'm thinking facets, locales and imbue. I want to read a comma
separated file in the exact same way as if it were tab delimited.
If yes, how would I do that?
I know how to do it with get/getline and the like. Changing the delimiter
in the input string just seems more elegant.
Thanks!