From: "Damien" Newsgroups: comp.os.msdos.djgpp Subject: Re: C++ Sockets Date: 17 Dec 1997 16:00:12 GMT Organization: Beyond Reality Lines: 23 Message-ID: <01bd0b03$fc354980$cffdcccf@damien> References: <3497712B DOT C264C960 AT murlin DOT com> NNTP-Posting-Host: phx-ns39-14.goodnet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk John Narron wrote in article <3497712B DOT C264C960 AT murlin DOT com>... > I'm *trying* to write an internet chat server in C++ based on > a C version. I've gotten it to use libsocket.a (libsocket 0.6), > but I'd rather use a C++ Socket library if one exists. Also, I You can use Dan Hedlund's WSOCK library. I believe that's what libsocket is based on. You can get it from: http://www.geocities.com/SiliconValley/Peaks/8523/ > plan on porting this chat system from MSDOS/DJGPP to > several Unix platforms using GNU, so a GNU-Compatible > C++ Socket library would be useful. If anyone knows of > such a library (source preferrable), please let me know. Hmm, there's none I know of. Perhaps you could just wrap the C functions in a class? -- -=Damien=- (remove the % from my address to email me) http://www.goodnet.com/~ej70339/