C++ Compiler

Hi!
I am new to Open Suse :slight_smile:
i need to know a good compiler for C++ compiling
I have used Turbo C++ and Borland C++
anything in similar lines will be appreciated :slight_smile:

I guess gcc

or are you wanting something like kdevelop (Integrated Development Environment)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

gcc comes with it. If it is not installed then adding it is trivial:

sudo zypper in gcc

Of course you may be looking for an IDE more than a compiler and if that’s
the case there are a lot of options: eclipse, aptana, kdevelop (I think), etc.

Good luck.

On 08/25/2010 09:36 AM, sworoopmahapatra wrote:
>
> Hi!
> I am new to Open Suse :slight_smile:
> i need to know a good compiler for C++ compiling
> I have used Turbo C++ and Borland C++
> anything in similar lines will be appreciated :slight_smile:
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJMdT3cAAoJEF+XTK08PnB5aNEP/jVSmpubEaJi55cObl8Inmtm
FMVn8JFKiiQQ7NgSnnhWOop5dWxp2Px+aPW9PQoHlus1hfWuzuP9YRFVxjJKTiC5
AjFTYEIxjlxy+cj9jZ/AryFrsiPSNZ1OLYXrrnsI41aKlVWg380zY23BRPzgC5mh
fI7p1vB0itTBekYDEB0E4K5dnyF+Gi7fNHM+McdgQu7YgedmxUTIDuGfmwf2n3ZZ
i3npA0tekkVRn32f/sjCyuOvgC4/ne3qURpgCLvAa3Aq3H1mplke3BDu9NWj8I1V
qIKzQ9brYNLOitgRqqSHXwngbq5xfQChw0gOoWKf66nP3KZ+oOLXPUg8N4As/aMh
COIUidpJ5B7Q2eY76VLbVeghCXrKYf9dAzr6mo/uZoVrahIn7C/hxmeaVJAanpkV
bVDmGgeUAPl1LbVFNiYCldqfVwgp1ZKI9SgP+pAbAI1FRZQs/89nPWVo6HkmOlaR
GbCzAT5s1gG7MW3RXJvLB+gHz0s3mMjPfmFxol+yn4qtmK2LitBJm6ssAsHXSvkX
cvksAtJ9g+4Jc4AjQSXG9uqDlTkntYOWq9rfhpwaXzs+OdDG3GTAFImEq120SmWm
yDVTbHRNyr1xV/T3emwHK7fpOREBVzTvAqaY7hdyfnNMD5YnuX/T2dKTmG3D5G3f
zrqOZ9VE5paUQeKYSYyP
=JfvT
-----END PGP SIGNATURE-----

As caf4926 mention - gcc(more precisely g++ for C++ code). This is the defacto compiler on majority of platforms in the world.
Suspecting the question is more about IDEs…again as caf4926 mention - kdevelop(best one IMHO), also qt-creator is quite good for UI related stuff, on GNOME oriented side - Anjunta.

–
% man: why did you get a divorce?
man:: Too many arguments.

I am an Engineering student and we’re just starting OOPs.I have completed OOPs. I know how to write programs in Turbo C.
So, now my question is how do i install gcc in opensuse?

It’s in the repos
Just search for gcc in Yast - Software Management and install gcc and gcc++