From owner-freebsd-questions Wed Mar 28 15:35: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout2-0.nyroc.rr.com (mailout2-0.nyroc.rr.com [24.92.226.121]) by hub.freebsd.org (Postfix) with ESMTP id 65D1037B71E for ; Wed, 28 Mar 2001 15:34:59 -0800 (PST) (envelope-from leisner@rochester.rr.com) Received: from mail2.rochester.rr.com (mail2-0 [24.92.226.75]) by mailout2-0.nyroc.rr.com (8.11.2/RoadRunner 1.03) with ESMTP id f2SNWLm19837; Wed, 28 Mar 2001 18:32:21 -0500 (EST) Received: from soyata.home ([204.210.154.244]) by mail2.rochester.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Wed, 28 Mar 2001 18:32:20 -0500 Received: from soyata.home (IDENT:leisner@localhost.localdomain [127.0.0.1]) by soyata.home (8.9.3/8.9.3) with ESMTP id SAA03363; Wed, 28 Mar 2001 18:34:53 -0500 Message-Id: <200103282334.SAA03363@soyata.home> X-Mailer: exmh version 2.1.0 09/18/1999 To: Gabriel Ambuehl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: good book on UNIX TCP/IP socket programming in C++? In-Reply-To: Message from Gabriel Ambuehl of "Tue, 27 Mar 2001 19:36:22 +0200." <85286437044.20010327193622@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 18:34:53 -0500 From: "Marty Leisner" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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