Date: Tue, 27 Mar 2001 10:13:09 -0800 From: Kris Kennaway <kris@FreeBSD.ORG> 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: <20010327101309.A67416@citusc17.usc.edu> In-Reply-To: <85286437044.20010327193622@buz.ch>; from gabriel_ambuehl-fbquestions@buz.ch on Tue, Mar 27, 2001 at 07:36:22PM %2B0200 References: <85286437044.20010327193622@buz.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
--zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 27, 2001 at 07:36:22PM +0200, Gabriel Ambuehl wrote: > Any good recommendations (no, I don't want to learn C)? Or any other > widely used programming languages with acceptable speed? As far as I know, there isn't a standardized C++ API for network stuff; most C++ programs use the C socket API (the rest use some kind of nonstandardized wrapper library). Consequently, most/all of the documentation talks about it from a C PoV. You really can't get around learning it - fortunately, it's pretty easy, especially if you know C++. The best network programming reference is "UNIX Network Programming" by W. Richard Stevens. Kris --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6wNg1Wry0BWjoQKURAqaNAJ49VlMHQ3ZK47rE2xovdG5LuwuZWwCdF5CU w2W3YFlAv9c0cV+asRoCrJY= =scB4 -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- 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?20010327101309.A67416>