C++ Sockets

C

crashnburn

Hi there,

I was wondering if C++ has some kind of default new socket wrapper, that
avoids many lines of code. Maybe there is a good C++ library?

Any ideas? I'm using UNIX, but portability would be great.

Regards
 
V

Victor Bazarov

crashnburn said:
I was wondering if C++ has some kind of default new socket wrapper, that
avoids many lines of code.

No, it most certainly doesn't.
Maybe there is a good C++ library?

Try looking for a post (happens here once a month or so) from
Nikki Locke, titled "Available C++ Libraries FAQ". It has
a link to an online list of various libraries, communications
is probably one of the sections there.
Any ideas? I'm using UNIX, but portability would be great.

Maybe you should ask in a UNIX programming newsgroup?...

Victor
 
A

Artie Gold

crashnburn said:
Hi there,

I was wondering if C++ has some kind of default new socket wrapper, that
avoids many lines of code. Maybe there is a good C++ library?

Any ideas? I'm using UNIX, but portability would be great.

Standard C++, the topic of this newsgroup, knows not of sockets.
Therefore your question is decidedly off-topic.

--ag

[hint: do a web search "C++ sockets" and you'll find plenty of options]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top