最流行的编译器是什么?MSVS 有什么不好的地方?

发布于 2024-09-05 01:07:09 字数 183 浏览 4 评论 0原文

我已经在很多项目中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深府石板幽径 2024-09-12 01:07:09

比较编译器通常是一项充满危险的活动。以下只是您必须规范化的变量的示例:

  • 编译器标记
  • 特定于编译器的首选项,用于处理惯用
  • 代码 处理器之间的差异
  • 启用/禁用处理器扩展
  • 可以安全地对
  • 正在使用的代码编译器扩展

做出的假设差异 定性地说, MSVC 是一个可用的编译器。除了每个人通常都会抱怨的“我希望事情能快点”之外,没有太多理由抱怨它。

Comparing compilers is often an exercise fraught with peril. Here is but a sampling of the variables you would have to normalize for:

  • compiler flags
  • compiler-specific preferences for idiomatic code
  • differences between processors
  • enabling/disabling of processor extensions
  • differences in assumptions that can safely be made about code
  • compiler extensions in use

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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文