I have got some programs in C which I want to run. I have tried several different compilers such as BorlandC++, Turbo C but they don't seem to compile/run it. Some compilers don't recognize .c file and can only read .cpp files.
Can you please recommend me some C compiler and/or IDE for Windows 8 on which I can run these programs?

有帮助吗?

解决方案 2

Well try the gcc compiler with cygwin. It runs almost everywhere and there are tons of tutorials. I think it's the most used C compiler ever. http://gcc.gnu.org

其他提示

Those compilers you are talking about are really old. Try something newer: Visual studio: http://www.visualstudio.com/downloads/download-visual-studio-vs Mingw: http://www.mingw.org

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top