Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good C IDE for Mac? [closed]

Tags:

c

macos

ide

I've just started a job where I'm programming in C on a Mac, which is my first experience using a Mac for development. For now I'm using Xcode as my editor, then using make/gcc/svn at the command line for compiling and source control.

Is there a good, full featured IDE out there for Macs that will compile C code (something comparable to VS would be ideal), or should I stick with these low level tools?

EDIT: so I called Xcode a "low level tool" because I was under the impression that it was just a text editor for code, like gvim. I will definitely look into it's compiling/source control features.

like image 796
Graphics Noob Avatar asked Nov 16 '09 00:11

Graphics Noob


2 Answers

You can also try Eclipse with the CDT plugin.

like image 108
Frank Avatar answered Sep 28 '22 15:09

Frank


Good ide: Xcode

Good non-ide option: vim/make/gcc

like image 28
stefanB Avatar answered Sep 28 '22 15:09

stefanB