Tuesday, July 28, 2009

Some software to run C/C++ on windows? Which is the best?

I assume you are talking about a compiler. Dev C/C++ is free. The express editions of Microsoft C/C++.net are free. I think they are set to expire soon so you should check MS's site and download soon.

Some software to run C/C++ on windows? Which is the best?
Microsoft Visual Studio is a very powerful developing platform so far as I know, especially for big projects. Yet you may have to pay much attention to the grammars while you are programming, because this software cannot point out grammatical error dynamically before compiling your codes.





Eclipse can automatically indicate and correct your fault in grammar that may help beginners, but it may requires more plug-ins if your projects need more functions, while MS Visual Studio integrates many useful modules.


No comments:

Post a Comment