Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 What's a Good Yet Free Compiler for C?
Index -> Programming, C -> C Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Zampano




PostPosted: Mon Dec 03, 2007 11:37 pm   Post subject: What's a Good Yet Free Compiler for C?

I wondering because I've been trying to learn about this lately and all the compilers I saw and downloaded don't seem to have an executable file at all. I don't know how I show start the compiler.
What do you guys using for compiling C?
Sponsor
Sponsor
Sponsor
sponsor
rdrake




PostPosted: Mon Dec 03, 2007 11:50 pm   Post subject: RE:What\'s a Good Yet Free Compiler for C?

GCC!
md




PostPosted: Tue Dec 04, 2007 1:33 am   Post subject: RE:What\'s a Good Yet Free Compiler for C?

gcc is *the* compiler for most every open source app out there.

But! If your looking for something super small and very fast look at teh Tiny C Compiler.
Zampano




PostPosted: Tue Dec 04, 2007 9:41 am   Post subject: Re: What's a Good Yet Free Compiler for C?

Thanks!
Mazer




PostPosted: Tue Dec 04, 2007 10:11 am   Post subject: RE:What\'s a Good Yet Free Compiler for C?

It's probably worth stating that programming in C isn't like programming in Turing, and I don't even mean that they're different languages.

Turing is an IDE. It's also a compiler, because they wanted to combine the two for some reason. But with C you just have a compiler. Because that's all there really needs to be. You can find IDEs on top of that, but as far as the compiler is concerned you have given it a text file containing source code, and it's going to compile that.

You're not really going to be doing things like double click on C.exe and start typing code into the window that pops up.
Zampano




PostPosted: Tue Dec 04, 2007 11:23 am   Post subject: Re: What's a Good Yet Free Compiler for C?

Thanks Mazer, but that's not new to me. I'm aware of the difficulties associated with programming in C, but I think I'll be fine with a copy of Sams' Teach Yourself C by my side (not actually written by Sam).
wtd




PostPosted: Tue Dec 04, 2007 11:52 am   Post subject: RE:What\'s a Good Yet Free Compiler for C?

"Difficulties"?

I think in time you may come to appreciate having the ability to choose a text editor that best suits your style. Smile
Nick




PostPosted: Tue Dec 04, 2007 3:09 pm   Post subject: RE:What\'s a Good Yet Free Compiler for C?

what if IDE's suit your style Razz
Sponsor
Sponsor
Sponsor
sponsor
Naveg




PostPosted: Tue Dec 04, 2007 4:28 pm   Post subject: RE:What\'s a Good Yet Free Compiler for C?

well, then there's linux Razz
Bobrobyn




PostPosted: Thu Dec 06, 2007 4:56 pm   Post subject: RE:What\'s a Good Yet Free Compiler for C?

I use Kate for editing (I know it's bloated, but I like it's style Razz), and GCC for compilation. I think it's better to learn without an IDE first. When I first started, I thought the IDE was EVERYTHING, lol.
McKenzie




PostPosted: Thu Dec 06, 2007 7:57 pm   Post subject: RE:What\'s a Good Yet Free Compiler for C?

most kids found C-Free to be very straight forward
Display posts from previous:   
   Index -> Programming, C -> C Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 11 Posts ]
Jump to:   


Style:  
Search: