From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Siebenwirth Subject: Re: migration from perl Date: Thu, 15 Aug 2002 18:27:02 +0200 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <20020815162702.GA3217@prester.freenet.de> References: <20020815153530.A31011@genestate.com> <20020815152939.GA1977@prester.freenet.de> <20020815170931.A32743@genestate.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT Return-path: Content-Disposition: inline In-Reply-To: <20020815170931.A32743@genestate.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: Mat Harris Cc: linux-c-programming@vger.kernel.org Hi Mat! Well gcc is the GNU C compiler. And g++ is the GNU C++ compiler. Regards, Axel On Thu, 15 Aug 2002, Mat Harris wrote: > so am i right in thinking that gcc is the same as C++? > > On Thu, Aug 15, 2002 at 05:29:39 +0200, Axel Siebenwirth wrote: > > Hi Mat! > > > > On Thu, 15 Aug 2002, Mat Harris wrote: > > > > Look at http://gcc.gnu.org and learn C++, I'd say. Because if you know C++ > > you also know plain C. And object-oriented programming is always a good > > thing nowadays.