I want to know which is the best 'C' compiler for Windows 7? [closed]
I'm using dev c++ but it has creating some problems while working with windows 7
So want the best compiler which is works with windows 7.
By best I mean whiich will give me the best performance.
well, there are many to choose from:
- Visual Studio, works 'best' with MS OSes
- Eclipse or Code::Blocks with GCC, works 'best' with standard C99 code
- Pelles C works best at being simple
Your choice really boils down to what you require and what your working with, so just look at the above examples, pick what suites you best
Dev c++ is garbage. It is not a compiler BTW.
On Windows use MinGW (with Code::Blocks IDE) or MSVC++2010
You can try borland c++ (with turbo C++ ide..) its pretty old but works fine... :) or blodshed dev c++ is also goood..
I suggest you install a cygwin and using gcc. This is a good for leaner.
ANything better? Yeah, I sgguest you install an Ubuntu as dual system. That's real programmer do.
精彩评论