C compiler

@boral1 (135)
November 18, 2012 10:09am CST
Can you suggest a good C compiler for windows. I use pelles C. Any good suggestion would be helpful.
1 person likes this
5 responses
• China
15 Feb 13
I use "Keil" for 51 and Cortex-m3(microcontroller) with C programming.It is simple?clean and fast.The most improtant it provide all kinds of microcontroller chip.I think you choose the compiler see you what you want to do with the compiler and the C language.
@boral1 (135)
16 Feb 13
Thank you for your response. I will try them.
@Sureoi (176)
• Philippines
31 Dec 12
I suggest you use Turbo C++. It's very simple and easy on the eye. That's what I'm using everytime I do coding.
@boral1 (135)
3 Jan 13
I have used Turbo C++. I think that pelles C is more comfortable to the eye than Turbo C++. Try pelles C. It is free.
@surekharathi (14146)
• India
26 Dec 12
I think compiler is installed with C programming no special software for installation. Depend upon you C programming the choice of compiler.
• Taiwan
23 Dec 12
Dev C++ 5.2.0.3 is a great choice!!! It is absolutely free and easy to use with multi-language.
• United States
6 Dec 12
You can use Visual C++ Express Edition which is best for C and its free. you can also try other compilers like Borland’s C++ Explorer, GCC/ MinGW, Code::Blocks and Turbo C.
@boral1 (135)
6 Dec 12
ok thanks