public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <iant@google.com>
To: <Dhiraj.Nilange@iflexsolutions.com>
Cc: <gcc-help@gcc.gnu.org>
Subject: Re: GCC  vs G++
Date: Tue, 12 Jun 2007 04:20:00 -0000	[thread overview]
Message-ID: <m3fy4yju6c.fsf@localhost.localdomain> (raw)
In-Reply-To: <34C93EFE33190745869639BBB18AE4A6966895@BLR-MSG-01.i-flex.com>

<Dhiraj.Nilange@iflexsolutions.com> writes:

> I am using Linux. I am not still sure about the difference between g++
> and gcc. Is g++ just a wrapper for gcc? I am not sure which one I should
> use
> for compiling my C++ codes?

g++ is very similar to gcc.  The main difference is that g++ assumes
that it is compiling C++ (gcc will compile C++ for files ending in
".cc", ".C", etc.), and g++ always links against the standard C++
library.

When compiling C++ you should use g++ in all normal cases.

Ian

  reply	other threads:[~2007-06-11 17:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 11:09 Dhiraj.Nilange
2007-06-12  4:20 ` Ian Lance Taylor [this message]
2007-06-13  3:12   ` NightStrike
2007-06-13  3:37     ` David Daney
2007-06-13 21:35     ` me22
2007-06-12  4:31 Timothy C Prince

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3fy4yju6c.fsf@localhost.localdomain \
    --to=iant@google.com \
    --cc=Dhiraj.Nilange@iflexsolutions.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).