Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 18:34:53 -0500
From:      "Marty Leisner" <leisner@rochester.rr.com>
To:        Gabriel Ambuehl <gabriel_ambuehl-fbquestions@buz.ch>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: good book on UNIX TCP/IP socket programming in C++? 
Message-ID:  <200103282334.SAA03363@soyata.home>
In-Reply-To: Message from Gabriel Ambuehl <gabriel_ambuehl-fbquestions@buz.ch>  of "Tue, 27 Mar 2001 19:36:22 %2B0200." <85286437044.20010327193622@buz.ch> 

next in thread | previous in thread | raw e-mail | index | archive | help

Stevens "Unix Network Programming" is good...work through
the examples...you can't learn socket programming without
doing it...also there are some legacy papers in the BSD
documentation on sockets...

If you're learning C++, shouldn't you already know C?

You can write OO organized code in C with a little thought...
but the C api to the socket library just needs to be at the
lowest level...you can put any wrappers you want over it...

marty


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103282334.SAA03363>