From owner-freebsd-questions@FreeBSD.ORG Thu Apr 15 08:27:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D188B16A4CE for ; Thu, 15 Apr 2004 08:27:35 -0700 (PDT) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (adsl-68-76-19-75.dsl.klmzmi.ameritech.net [68.76.19.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C2743D2F for ; Thu, 15 Apr 2004 08:27:35 -0700 (PDT) (envelope-from Luke@FoolishGames.com) Received: from TIEFIGHTER (adsl-67-36-63-31.dsl.klmzmi.ameritech.net [67.36.63.31]) (authenticated bits=0)ESMTP id i3FFRKIg050172; Thu, 15 Apr 2004 11:27:21 -0400 (EDT) (envelope-from Luke@FoolishGames.com) Message-Id: <200404151527.i3FFRKIg050172@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> From: "Lucas Holt" To: "'Jerry McAllister'" , "'Me'" Date: Thu, 15 Apr 2004 11:27:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <200404151335.i3FDZxt17854@clunix.cl.msu.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2096 thread-index: AcQi7xIiL7rCeZmIRz+0Gj57uYR5MAADomsg X-Virus-Scanned: clamd / ClamAV version 0.70-rc, clamav-milter version 0.70 cc: 'jason' cc: freebsd-questions@freebsd.org Subject: RE: Beginning C++ in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 15:27:35 -0000 K & R is a good book. For C++, Absolute C++ was my textbook last semester and I found it to be pretty good. Avoid the Deitel & Deitel C++ book. It has a few good reference chapters but covers material in a very choppy way. Practical C++ programming from O'Reilley is a good book on C++ basics. It covers I/O and syntax well, but does not get into the OO elements of the language as much as one would like. Avoid the C++ Programing Language. Although the book was written by the author of C++, it is NOT a good reference.