So I'm taking a class that mixes both Java and C. I know Java, never worked with C before. Whats a good compiler I can use? I've heard that Ecplipse (my Java compiler of choice.) works with C too, but that its not all that great. Any reccomendations?
Comments
In any case, someone recommended visual studio to me, so I'll probably use that. Though Dev C++ might be a nice backup.
Thanks for the help.
The neat-o thing about Programmer's Notepad is that you can (like with Dev-C++ or Anjuta) compile from within the program, along with a myriad of other tasks, as you may add tools to the "Tools" menu, such as "'c:\dev-cpp\bin\g++.exe' %d%f -o %n.exe" to compile a simple command-line C program.