Click to See Complete Forum and Search --> : C++ Networking


naunidh
April 8th, 2003, 09:28 PM
hi, I was wondering that is there any c+ neworking library for linux (gcc), something easier or more c++ style thing. I have been using the socket,listen,ascccep etc system calls but some thing better should be available.

mahanare
April 9th, 2003, 04:31 AM
hi, the following link has some cool code for sockets in c and c++ etc for linux.
few months back even i was wondering whether any standard library exists or not.
It seems no standard library is available, Only thing we can write our self some headers or use the existing header files available on net
check this out.. it may be helpful to you
http://www.linuxsocket.org/books/Sockets/programs/
and for general reading the following link has some interesting stuff, check this also.
http://www.geocities.com/kollurihari/hari/alllinks.html

best wishes..
harinath@vandemataram.com

muthuis
April 11th, 2003, 05:07 AM
There is a frame work for socket programming called ACE. You can probably try it out.