Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
到目前为止,C1X 提出的最有用的功能是什么?当前的编译器对它们有什么支持?
_Align( )就个人而言,我对说明符和运算符有很多用处alignof。_Align许多编译器(例如在 GCC 中)已经很好地支持了该功能__attribute__((aligned( ))),但是具有用于推理对齐的标准化语法是一个受欢迎的补充。
_Align( )
alignof
_Align
__attribute__((aligned( )))
匿名结构和联合很有帮助,我已经在 GCC 中使用它们(带有-std=gnu99)。
-std=gnu99
改进的 Unicode 支持也姗姗来迟;虽然我不确定人们是否会从当前的 Unicode 库切换到 C1x 方式。