From owner-freebsd-questions Tue Mar 27 10:13:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 0377C37B718 for ; Tue, 27 Mar 2001 10:13:14 -0800 (PST) (envelope-from kris@citusc17.usc.edu) Received: (from kris@localhost) by citusc17.usc.edu (8.11.3/8.11.3) id f2RID9667477; Tue, 27 Mar 2001 10:13:09 -0800 (PST) (envelope-from kris) Date: Tue, 27 Mar 2001 10:13:09 -0800 From: Kris Kennaway To: Gabriel Ambuehl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: good book on UNIX TCP/IP socket programming in C++? Message-ID: <20010327101309.A67416@citusc17.usc.edu> References: <85286437044.20010327193622@buz.ch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <85286437044.20010327193622@buz.ch>; from gabriel_ambuehl-fbquestions@buz.ch on Tue, Mar 27, 2001 at 07:36:22PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --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