From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 18:29:14 2003 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 4C82916A4CE for ; Tue, 11 Nov 2003 18:29:14 -0800 (PST) Received: from tomts16-srv.bellnexxia.net (tomts16-srv.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9BA43FE0 for ; Tue, 11 Nov 2003 18:29:13 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes ([65.95.186.97]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031112022912.QLGN18664.tomts16-srv.bellnexxia.net@hermes>; Tue, 11 Nov 2003 21:29:12 -0500 Message-ID: <002901c3a8c4$5f5e7c70$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Alex Kelly" , References: <002c01c3a8c1$a4651bb0$6400a8c0@desktop> Date: Tue, 11 Nov 2003 21:26:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Newbie: The C / C++ Issue 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: Wed, 12 Nov 2003 02:29:14 -0000 > Thanks for all of the great suggestions to my previous question! > > Yet, the responses have led me to another question. If C++ is newer and more advanced than C, will it replace C? If so, should I learn C++ and forget C? You can't learn C++ without learning C first. So I'd suggest you become intimiately familiar with C, and then move on to the advanced concepts and features that C++ provides once you want/need to use them. -- Matt Emmerton