Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C compiler/IDE for Windows 7? [duplicate]

Tags:

c

windows

ide

Possible Duplicate:
Best C++ IDE or Editor for Windows

What is a good compiler and/or IDE for C that runs on modern Windows systems?

like image 555
GSto Avatar asked May 05 '26 09:05

GSto


1 Answers

If you are building pure Windows apps nothing beats Microsoft Visual Studio 2010. There is a free Version as well. There is also Bloodshed Dev-C++ that can compile C, but it isn't nearly as well documented or a feature rich as any of the versions Visual Studio, but it is useful in building things that originated on POSIX/*NIX systems, because it uses the MinGW compiler. Eclipse also has a plug-in for C and C++, but again it isn't as well documented as Visual Studio. Netbeans has C and C++ support as well. The caveat with Eclipse and Netbeans is they run on the JVM and will need lots of RAM to perform well, but with "modern" Windows systems this should not be an issue.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!