Question

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?

Était-ce utile?

La solution 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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top