开发者

Which compiler is best for someone who just started learning C++? [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, 开发者_JS百科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 reopened, visit the help center for guidance. Closed 11 years ago.

I have started learning C++. Which compiler do I choose ? I am using Windows 7. Though i have been using Turbo C++, many people suggest that it is not a good compiler to use.


You may want to try clang. They focus a lot on expressive diagnostics, which may be especially useful to beginners. However, I am not sure how far along they are, and if any important feature are missing yet.


Visual Studio. Free editions are available as well. The compiler is integrated into an IDE, which is the most complete and intuitive around.

http://www.microsoft.com/germany/express/download/default.aspx


I would always recommend Visual Studio- it has the best debugger and you're gonna need a lot of said debugger.


If you are on linux, g++ (gcc) would be an good choice.

In windows I personally would prefer Visual Studio Express, but you could use g++ here too. Thats more an personal choice which IDE / compiler you prefer, as they all should fit your needs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜