You'll need to go through the documentation provided with any given library to know if there is any change in the prototypes and therefore in the usage of the standard library functions.
对于任何给定程序库,您都应该通读它所提供的文档,以了解其原型和标准库函数的用法是否有所变化。
If you have the option, use standard library functions to do byte-swapping operations, and standardize on the order in which bytes are stored in your data files; network byte order is the best.
如果可以选择的话,请使用标准库函数来进行字节交换操作,并按照字节在数据文件中存储的顺序进行标准化;网络字节顺序最适合这种工作。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
使用标准的C字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
As with the standard library, there can be many library functions that return values in fixed objects, always reusing the same objects, which causes the functions to be non-reentrant.
对标准程序库而言,有很多程序库函数在固定的对象中返回值,总是重复使用同一对象,这就使得那些函数不可重入。
The C++ Standard Library specifies a set of classes and functions that facilitate common programming tasks.
这些库包含了一系列的类和函数,可以在编程中使用。
Since the MASS vector functions are much faster (by a factor of up to about 30) than a repeated call to a standard library function, the resulting performance improvement can be substantial.
因为MASS向量函数要比对一个标准库函数的重复访问快很多(倍数接近30倍),所以最后得到的性能改善效果将会是惊人的。
This example shows off the extensive number of functions the Python Standard Library OS module provides.
该示例展示了Python标准库os模块所提供的数量众多的函数。
The Haskell standard library is split into modules, each of them contains functions and types that are somehow related and serve some common purpose.
haskell的标准库就是一组模块,每个模块都含有一组功能相近或相关的函数和类型。
A great way to pick up new Haskell knowledge is to just click through the standard library reference and explore the modules and their functions.
翻阅标准库中的模块和函数是提升个人haskell水平的重要途径。
Unfortunately it is not possible to use pointer containers with mutating algorithms from the standard library. However, the most useful ones are instead provided as member functions.
很不幸,不可以将指针容器与标准库的可变算法共用。不过,这些算法中最有用的已经以成员函数的方式提供出来了。
The glibc library supports locales and, as you have seen, uses the ISO standard 10646 to make UTF-8 display and editing functions possible.
glibc库支持locale,并且如您所看到的,可以使用ISO标准 10646来显示和编辑UTF-8。
The Standard C library provides a set of functions, listed in Table 4.1, that operate on C-style strings.
表4-1列出了C 语言标准库提供的一系列处理C 风格字符串的库函数。
If you don't have access to the standard library, then you'll have to implement the missing functions yourself.
如果您没有访问标准库,然后你必须实现自己失踪的功能。
If you don't have access to the standard library, then you'll have to implement the missing functions yourself.
如果您没有访问标准库,然后你必须实现自己失踪的功能。
应用推荐