Linux C++ compiler

Athmane Madjoudj athmanem at gmail.com
Sun Jan 24 18:22:17 UTC 2010


On Sun, Jan 24, 2010 at 7:11 PM, Athmane Madjoudj <athmanem at gmail.com> wrote:
> 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
>

Those tools a CLI-based, if you need an IDE, Fedora already include:

- Eclipse w/ CDT: yum install eclipse-cdt
- Anjuta: yum install anjuta (if you use GNOME)
- KDevelop: yum install kdevelop  (if you use KDE)
- QTCreator: yum install qt-creator
- Code::Block:  yum install codeblocks
- Netbeans w/ C/C++ plugin: yum install netbeans


For other browse the group "Programming" in Package Manager:
System > Administration > Add/Remove Software




-- 
Athmane Madjoudj


More information about the users mailing list