Tuesday, March 18, 2008

std::iostream adaptor for com::IStream interface

I am working on a C++ library that uses std::iostream for all kinds of IO. Now I finished it and started to add a COM wrapper above it. One of the issues is to convert IStream into std::istream. At the first glance, it is not easy since istream has a dozen methods.

1 comment:

Anonymous said...

Sounds interesting. Did you finish the std::iostream com::IStream interface adapter?

I'm considering to make my own, but if you want to share I can save some time...;-)

Regards,
/Michael