Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:| Ah but you are talking about ostringstream here not ostream. This is a | different problem: if ss was an ostream, ss << "]" would really output | a single one-bite char and that's what we want. stringstream is an ostream... you mean fstream.
And I should have replaced ostringstream with "odocstringstream" which would not be an ostream and should not be mixed with char type based output like ostream.
Abdel.