Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Techguy172

macrumors 68000
Original poster
Feb 2, 2007
1,782
0
Ontario Canada
I need a C Compiler to use while I learn C, Xcode doesn't work because I cannot compile. Or is there something I need to change?

Preferably Free.

Thanks
 

Techguy172

macrumors 68000
Original poster
Feb 2, 2007
1,782
0
Ontario Canada
Yes I know it can Compile C but only if you are doing the whole thing, Interface and all. like say if i just want to write simple programs with text and simple commands. I don't want an interface, just output. I don't know any way of XCode doing this.
 

szymczyk

macrumors regular
Mar 5, 2006
187
17
Create a Standard Tool project in Xcode. Doing so will create a command-line program for you. If you're using Xcode 3, you'll have to choose Run > Console to open Xcode's debugger console and see the output from your program.

You can also run GCC from the command line if you don't want to use Xcode. Launch the Terminal application and navigate to the directory where your source code files are.
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
Install the Developer Tools as suggested an use gcc, again as suggested. Gcc is a command-line C compiler: you don't need to use XCode at all
 

Techguy172

macrumors 68000
Original poster
Feb 2, 2007
1,782
0
Ontario Canada
Create a Standard Tool project in Xcode. Doing so will create a command-line program for you. If you're using Xcode 3, you'll have to choose Run > Console to open Xcode's debugger console and see the output from your program.

You can also run GCC from the command line if you don't want to use Xcode. Launch the Terminal application and navigate to the directory where your source code files are.

Thank You, It works exactly the way I wanted.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.