Linux C++ compiler

Patrick O'Callaghan pocallaghan at gmail.com
Sun Jan 24 18:04:28 UTC 2010


On Sun, 2010-01-24 at 12:58 -0500, Matt Smith wrote:
> Can anyone recommend a good C++ compiler for Linux, I am very new to
> Linux (very very new).  Does Fedora 12 come with one?  In Windows i
> used to write programs using borlands dos console compiler and Dev-C
> ++.  It would great to get a recommendation for a good one in Linux
> and how to install it.

yum install gcc-c++

Note that this is exactly what you asked for, a C++ compiler. If
actually want a development environment there are several, e.g. Kdevelop
under KDE.

poc



More information about the users mailing list