
5 Sep
2004
5 Sep
'04
9:06 a.m.
Jeff Garland wrote:
The Iostreams Library serves two main purposes:
* To allow the easy creation of standard C++ stream and stream buffer classes for new data sources and sinks.
Sorry for jumping with this question out of nowhere : is it possible to use Iostreams to provide stream-like access to sockets, ie. make platform-independent abstraction over platform-dependent sockets library? B.