C1X 最有用的建议功能是什么?

发布于 2024-09-02 12:40:11 字数 45 浏览 6 评论 0原文

到目前为止,C1X 最有用的建议功能是什么? 当前的编译器对它们有哪些支持?

What are the most useful proposed features of C1X so far?
And what support for them is there in current compilers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

单调的奢华 2024-09-09 12:40:11

就我个人而言,我经常使用 _Align( ) 说明符和 alignof 运算符。 _Align 功能已经在很多编译器中得到了很好的支持(例如 GCC 中的 __attribute__((aligned( )))),但具有标准化的推理语法关于对齐是一个值得欢迎的补充。

Personally, I have a lot of use for the _Align( ) specifier and alignof operator. The _Align functionality is already pretty well supported in a lot of compilers (__attribute__((aligned( ))) in GCC, for example), but having a standardized syntax for reasoning about alignment is a welcome addition.

妥活 2024-09-09 12:40:11

匿名结构和联合很有帮助,我已经在 GCC 中使用它们(使用 -std=gnu99)。

改进的 Unicode 支持也是姗姗来迟的;虽然我不确定人们是否会从当前的 Unicode 库切换到 C1x 方式。

Anonymous structs & unions are helpful, and I already use them in GCC (with -std=gnu99).

Improved Unicode support is also long-overdue; though I’m not sure if people will switch to the C1x way from current Unicode libs.

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