This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
deriving a class from iostream/streambuf
- To: gcc at gcc dot gnu dot org
- Subject: deriving a class from iostream/streambuf
- From: rlau at csc dot com
- Date: Thu, 31 Aug 2000 15:04:48 -0500
Someone posted that on comp.program.C++. Anyone know anything about that?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Does anyone know if there's a tutorial on how to derive a stream class
from
basic_iostream?
Sean Baxter has one but its implementation is dependent on Microsoft's
implemenation of STL/IOStream Library.
I am currently implementing on UNIX (SGI Irix). The STL is somewhat
different from the Microsoft Implementation. I have converted Sean's
example to
non-Microsoft STL compatible, but it not working. I might be missing
something.
Thanx