>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> I am really beggining to hate cxx...

Keep cool :) I understand that cxx default behaviour is suboptomal, and
if I can make it work with strict_ansi option, I'll be happy... 

Lars> How do you set the streambuf on a ostream in cxx? Is it a
Lars> different member method?

Lars> ANSI C++ has: streambuf * rdbuf(); // get the streambuf
Lars> streambuf * rdbuf(streambuf*); // get old and set new streambuf

Peering through the headers, this does not seem to be possible with
old-style library... But the ansi one works fine. I guess this means I
can completely forget about this pre-ansi support, and that I have to
find out about those type incompatibilities.

JMarc

Reply via email to