Linux C++ compiler

Athmane Madjoudj athmanem at gmail.com
Sun Jan 24 18:11:19 UTC 2010


On Sun, Jan 24, 2010 at 6:58 PM, Matt Smith <smithm2 at gmail.com> 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.
>
> Thanks
> Matt
>
> --
> users mailing list
> users at lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
>

Yes, it's named GNU GCC

for c:

yum install gcc

for c++:

yum install gcc-c++

HTH
-- 
Athmane Madjoudj


More information about the users mailing list