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

How to find other end of unix socket connection?

0 Answers  


How would I put my socket in non-blocking mode?

1 Answers  


What is socket programming in java?

0 Answers  


How can I put a timeout on connect()?

1 Answers  


Why do I keep getting EINTR from the socket calls?

1 Answers  






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

1 Answers  


How do Sockets Work?

1 Answers  


over the socket? Is there a way to have a dynamic buffer? What does one do when one does not know how much information is coming?

1 Answers  


What is difference between socket and websocket?

0 Answers  


What are socket exceptions? What is out-of-band data?

1 Answers  


What exactly does SO_REUSEADDR do?

1 Answers  


What is the difference between read() and recv()?

0 Answers  


Categories