This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

deriving a class from iostream/streambuf



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]