Click to See Complete Forum and Search --> : network programming? (c++ preferred)


sans-hubris
03-28-2001, 05:37 PM
I'm trying to find some general network programming tutorials on the internet, but I want it generalized enough so that I'm not limited to just Unix networking. I would like to be able to have portable networking code.

Any suggestions?

[ 28 March 2001: Message edited by: ndogg ]

Stuka
03-28-2001, 07:22 PM
There is a free library called ACE (Adaptive Communication Environment) that will work on Windows and Unix systems (possibly others, but I'm not sure). It's a very potent library, and if you learn it, you WILL know network programming! :D

jemfinch
03-28-2001, 09:09 PM
UNIX networking is portable networking code. Any operating system that is an operating system uses BSD sockets and such. That includes all *nices, windows, macos, etc.

Jeremy