Go Back   EliteHackers.info Discussion Forums > Computing Help & Discussion > Programming Help

Reply
 
Thread Tools

 c compiler for linux
Old February 6th, 2010, 05:15   #1
iTRY
EHguest
 
iTRY is offline
Join Date: Feb 2010
Location: In my own World
Posts: 3
iTRY is on a distinguished road
Default c compiler for linux

hello i have just installed linux fedora on my machine, and i was wondering what the best free c compiler is. i googled free c compilers and theres lots so can somebody help me out ? Thanx
  Reply With Quote

 
Old February 6th, 2010, 08:44   #2
G-Brain
Supporter
 
G-Brain is online
Join Date: Oct 2007
Location: The Netherlands
Posts: 1,438
G-Brain is on a distinguished road
Default

GCC is the standard, and I have no doubt your distribution will have a package or a port for it.

If you're looking for an IDE, in the Unix world a lot of people (including myself) use either Emacs or vi/vim which are very advanced text editors. If you're looking for something more graphical, I've heard a lot of good things about Qt Creator.
  Reply With Quote

 
Old February 6th, 2010, 12:31   #3
iTRY
EHguest
 
iTRY is offline
Join Date: Feb 2010
Location: In my own World
Posts: 3
iTRY is on a distinguished road
Default

i've just downloaded qt creator i'm not to sure about emacs or vi/vim never come across them before. i'm still learning so i'll try it out and let you know how i get on thankyou
  Reply With Quote

 
Old February 9th, 2010, 07:06   #4
1100
Advanced Member
 
1100 is offline
Join Date: Dec 2009
Posts: 725
1100 is on a distinguished road
Default

Sorry for late response but I second using GNU GCC. Have used it at school before and it's great.
http://gcc.gnu.org/
  Reply With Quote

 
Old March 6th, 2010, 16:06   #5
iTRY
EHguest
 
iTRY is offline
Join Date: Feb 2010
Location: In my own World
Posts: 3
iTRY is on a distinguished road
Default

thank you for help on the subject i've just bought a book on tcp/ip i'm gonna learn that before i carry on with assembly
  Reply With Quote

 
Old March 6th, 2010, 16:52   #6
g0tr00t
Junior Member
 
g0tr00t is offline
Join Date: Jan 2010
Location: /dev/null
Posts: 232
g0tr00t is on a distinguished road
Default

gcc should be already installed for your Fedora. If not su to root and do the following

Code:
yum install gcc
Also the QT creator is just a GUI that helps you write code. The real compiler is gcc
__________________
-Insanity Trip
  Reply With Quote

 
Old March 6th, 2010, 17:20   #7
G-Brain
Supporter
 
G-Brain is online
Join Date: Oct 2007
Location: The Netherlands
Posts: 1,438
G-Brain is on a distinguished road
Default

Quote:
Originally Posted by g0tr00t View Post
Also the QT creator is just a GUI that helps you write code. The real compiler is gcc
I mentioned it was an IDE.
  Reply With Quote

 
Old April 2nd, 2010, 18:35   #8
asdef
EHguest
 
asdef is offline
Join Date: Jul 2009
Posts: 4
asdef is on a distinguished road
Default

open up your terminal (derp) and type (derp derp) in "gcc" DERPPP
  Reply With Quote

 
Old April 3rd, 2010, 04:01   #9
G-Brain
Supporter
 
G-Brain is online
Join Date: Oct 2007
Location: The Netherlands
Posts: 1,438
G-Brain is on a distinguished road
Default

Alternatively, use clang.



I quite like it and I think the LLVM project is very exciting.
  Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -4. The time now is 16:50.


Powered by vBulletin
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright ©2005 - 2007, EliteHackers.info