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

clajoh

macrumors newbie
Original poster
Feb 16, 2011
1
0
Good day, can you help me with looking for a good C IDE. I've found several C++ IDE (such as C++ Builder), but I need just C. Or it's possible to compile C code in C++ IDE?
KandR1.jpg

Thanks in advance :)
 
I prefer VI, but you can use practically anything for C. XCode, Eclipse, etc

Great book BTW.
 
Textmate is a nice modern editor, Smultron is a cheaper one and TextWrangler is a free one. If you want an IDE, just use Xcode. I think vim is a good alternative if you want to master mouse free editing, it also comes with OS X and there's a GUI version available called macVim.
 
Usually, C++ IDEs can also work with straight ANSI C code without any problems.

Xcode and Eclipse both support straight ANSI C.

Personally, I use this book as a reference for straight ANSI C builds and VIM to edit :

cat.gif
 
Wow, thanks for pointing out MacVim.. That's so incredibly superior to GVim for Mac.
 
I just use the Terminal app, vi, cc, makefiles, and the command line.

Or Xcode if I want to use the graphical debugger UI and Instruments.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.