Like in case of java, we have the jdk which helps to compile java programs and then run them thru the command line, pl tell me if there is any compiler or better an IDE which can compile the C programs and run them.
Printable View
Like in case of java, we have the jdk which helps to compile java programs and then run them thru the command line, pl tell me if there is any compiler or better an IDE which can compile the C programs and run them.
there is always DJGPP... and you can use RHIDE for the IDE... if you dont mind using text-based interfaces.
http://www.delorie.com/djgpp/
Both Visual C++ and Borland C++ have IDE's, but the downside is that they are fairly expensive.
You can use Dev-C++ which has a better IDE.