最流行的编译器是什么?MSVS 有什么不好的地方?
我已经在很多项目中使用 MS Visual Studio,但我注意到这里很多人喜欢抱怨 Microsoft 和 Visual Studio。
所以我想问一下大家都用什么?开发-C++?明格?
什么是流行?另外,MSVS 有什么不好的地方?其他人有什么“更好”的地方?
谢谢!
--RKL
I've been using MS Visual Studio for a lot of projects, but I notice a lot of people here like to complain about Microsoft and Visual Studio.
So I'm wondering, what does everyone use? Dev-C++? mingw?
What is popular? Also, what is bad about MSVS? What is "better" about the others?
Thanks!
--RKL
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
比较编译器通常是一项充满危险的活动。以下只是您必须规范化的变量的示例:
做出的假设差异 定性地说, MSVC 是一个可用的编译器。除了每个人通常都会抱怨的“我希望事情能快点”之外,没有太多理由抱怨它。
Comparing compilers is often an exercise fraught with peril. Here is but a sampling of the variables you would have to normalize for:
Qualitatively speaking, MSVC is a serviceable compiler. There's not too much reason to complain about it, other than everyone's usual gripe of "I wish things were faster".