I am currently enrolled in a C systems programming course, I want to use Xcode (instead of vi). What type of project do I create when I open Xcode?
Thanks
feedback
|
|
You probably want Command Line Utility > Standard Tool. This will give you just the ordinary C environment you get on every other OS. | |||
|
feedback
|
|
Mac OS X > Application > Command Line Tool. But I suspect you'd be be better off using | |||
|
feedback
|
|
If all you want is to write C code, you want a command line tool application. | |||
|
feedback
|