Where can a get a library for programming sockets?



Where can a get a library for programming sockets?..

Answer / chaitanya

There is the Simple Sockets Library by Charles E. Campbell, Jr. PhD. and Terry McRoberts. The file is called ssl.tar.gz, and you can download it from this faq's home page. For c++ there is the Socket++ library which is on ftp://ftp.virginia.edu/pub/socket++-1.10.tar.gz. There is also C++ Wrappers. The file is called ftp://ftp.huji.ac.il/pub/languages/C++/. Thanks to Bill McKinnon for tracking it down for me! From http://www.cs.wustl.edu/~schmidt you should be able to find the ACE toolkit. PING Software Group has some libraries that include a sockets interface among other things.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Socket Programming Interview Questions

What is socket address?

0 Answers  


How do I convert a string into an internet address?

0 Answers  


How do I get the port number for a given service?

1 Answers  


How can I read only one character at a time?

1 Answers  


What exactly does SO_LINGER do?

1 Answers  






How should I choose a port number for my server?

1 Answers  


How does unix socket work?

0 Answers  


How can I put a timeout on connect()?

1 Answers  


When will my application receive SIGPIPE?

1 Answers  


What's the difference between a socket and a port?

0 Answers  


How can I read ICMP errors from connected UDP sockets?

1 Answers  


What is the purpose of socket?

0 Answers  


Categories