This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: How to ...


On Fri, Sep 22, 2000 at 03:52:17PM -0400, George T. Talbot wrote:
> One thing that I do in my program, which links to the last snapshot you
> guys made that wasn't part of GCC, is this:
> 
> "socketostream.h"

Do you recall the "Socket++" library from a few years ago?  If things go
well, the Boost site will be taking over maintainence in the next few weeks.
I don't know yet whether we'll do a complete rewrite, or just minor tweaks,
or what...

In any case, writing new streambufs and streams to use pipes, sockets,
whatnot, is an interest of mine.


>         #ifdef WIN32
>         #error "close() probably isn't right for a socket!"
>         #endif

Supporting that platform, though, is going to be a pain...


> You guys still support this non-standard filebuf constructor, right? 

Sorry, exactly which one there is non-standard?  (Without all the private
members, we couldn't tell what's being called.)

Dunno about the memory leak problem.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

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