Author |
Message |
Zampano

|
Posted: 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

|
|
 |
rdrake

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

|
Posted: 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

|
Posted: Tue Dec 04, 2007 9:41 am Post subject: Re: What's a Good Yet Free Compiler for C? |
|
|
Thanks! |
|
|
|
|
 |
Mazer

|
Posted: 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

|
Posted: 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
|
Posted: 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.  |
|
|
|
|
 |
Nick

|
Posted: 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  |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Naveg
|
Posted: Tue Dec 04, 2007 4:28 pm Post subject: RE:What\'s a Good Yet Free Compiler for C? |
|
|
well, then there's linux  |
|
|
|
|
 |
Bobrobyn
|
Posted: 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 ), 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

|
Posted: 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 |
|
|
|
|
 |
|