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

Reply via email to