C99 introduces a handful of new integer types.
C99引入了几个新的整数类型。
Note: This article assumes that you are using the ISO C99 standard.
注意:本文假设使用ISOC99标准。
Does the C99 standard guaranteed the binary representation of unsigned int?
是C99标准保证无符号整数的二进制表示形式?
The current ISO C99 (the default standard that GCC USES and that this article assumes).
当前的ISOC99(这是GCC使用的默认标准,本文也假设采用这种标准)。
Some of the most convenient features added in C99 are in the printf family of functions.
C99中增加的最方便的特性在printf函数家族中。
Designated Initializers in C99: How to handle empty uninitialized struct members in C11?
指定初始化在C99:如何处理空未初始化结构体成员C11吗?
This concept is similar to the flexible array member in ISO C99, but it USES a different syntax.
这个概念与ISOC99中灵活的数组成员相似,但是使用不同的语法。
C99 introduced a qualifier, restrict, which can give a compiler optimization hints about Pointers.
C99引入了一个限定词restrict,它可以向编译器给出关于指针的优化提示。
The C99 language introduces a number of new features that are of potential interest to software developers.
C99语言引入了许多可能会引起软件开发人员兴趣的新特性。
For instance, it might try to enforce a C89 rule on a C99 program, or might fail to enforce an obscure rule.
例如,它可能试图在C99程序上强制执行C89规则,或者可能会在强制执行模糊的规则时失败。
If C99 lifted "variable declaration at top of block" constraint, why doing so in a "for loop" showing error?
如果C99解除“变量声明块”的约束,为什么这样做在一个“循环”显示错误吗?
The strftime() function has been extended in C99 to provide a few more commonly desired formatting characters.
C99 中对 strftime()函数进行了扩展,以提供更多常用的格式化字符。
This article reviews the availability of C99 language and library features on recent releases of Linux and BSD.
本文回顾了近来发布的Linux和BSD上的C99语言和库特性的可用性。
Although no implementation yet supports all of C99, many implementations have supported different parts of C99 for years.
尽管没有一个实现完全支持C99,但是许多实现已经支持C99的不同部分很多年了。
If you specify a standard older than the ISO C99 version, some of the extensions described in this article may be disabled.
如果指定比isoC99版本旧的标准,那么可能无法使用本文描述的一些扩展。
However, many of the C99 features are now sufficiently widespread that new development projects can reasonably take advantage of them.
不过,很多C99特性现在已经足够普及,因而新的开发项目可以适当地利用它们。
So we are actually using the C99 version of C, which really means nothing useful today other than to realize we are using that version.
所以我们在使用的C语言的C99版本,这对今天来说是没多大用处的,只是告诉我们使用的是那个版本而已。
It would be utilized as shown in this example, which USES the macro to determine the method of writing double quotes in ISO C99 portable code.
对wchar_t的利用如这个示例所示,使用宏确定在ISOC99可移植代码中写双引号的方法。
If you're primarily targeting Linux or BSD systems, or both, you can count on at least partial support for a great number of the new C99 features.
如果您主要定位于Linux或BSD系统,或者两者兼有,您可以依赖于大量C99新特性,它们至少部分地得到了支持。
If you're primarily targeting Linux or BSD systems, or both, you can count on at least partial support for a great number of the new C99 features.
如果您主要定位于Linux或BSD系统,或者两者兼有,您可以依赖于大量C99新特性,它们至少部分地得到了支持。
应用推荐