开发者

I want to know which is the best 'C' compiler for Windows 7? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly re开发者_Python百科opened, visit the help center for guidance. Closed 11 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜