The C++ programming language defines its own standard library.
C++编程语言有其自己的一套标准库。
The lack of exceptions from the C language and the rudimentary error mechanisms from the standard C library certainly contribute to this.
缺乏C语言的异常和标准 C库的基本错误机制确实会导致出现此种情况。
The good news is, these days many vendors have taken the initiative to provide reentrant versions of the standard C library.
近来很多提供商已经开始提供标准c程序库的可重入版本,这是一个好消息。
The standard C library (and thus, every UNIX program) defined three standard streams: input, output, and error.
标准C库(因而,每个UNIX程序)定义了三种标准流:输入、输出和错误。
I realized that each of those systems had certain functionality that was consistent everywhere, like the standard IO library in c-but there was also different functionality.
我想到,这些系统上有些功能是共有的,比如标准io库,但是还有些功能是不互通的。
The C + + Standard Template library (STL) was one of the great innovations in library design.
C+ +标准模板库(STL)是库设计中一个重大革新。
Michele Costabirle considers that missing a standard library from the beginning was one of C++ flaws
MicheleCostabirle认为从一开始就缺少标准的程序库是C++的一个败笔
The OpenStep specification, designed by Sun and NeXT, is commonly used as a standard library for Objective-C now, with implementation such as Cocoa or GNUstep available on most platforms.
SunandNeXT的OpenStepAPI,现在是Objective-C 的标准库, 它的实现例如Cocoa或者GNUstep适用于多数平台.
If I recall it right, Stroustroup wrote in "The Design and Evolution of C++" that he delayed a standard library in favor of multiple inheritance. I would have enjoyed it more the other way.
如果记得没错的话,Stroustroup在“C++的设计与演化”一书中说到他应该写一个标准程序库来支持多继承,我等无福消受啊。
However, if you need the standard C library (for your custom binaries), there are other options beyond the massive glibc.
然而,如果我们需要标准的C库(我们自己定制的二进制可能需要这个库),除了巨大的glibc 之外,我们还有其他选择。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
使用标准的C字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
The C++ Standard Library specifies a set of classes and functions that facilitate common programming tasks.
这些库包含了一系列的类和函数,可以在编程中使用。
TR1 is the first major addition to the standard C + + library.
TR1是标准c++库的第一个主要扩展。
The first small library is uClibc, which is a minimized version of the standard C library for space-constrained systems.
第一个较小的库是uClibc,这是为对空间要求非常严格的系统准备的一个标准C 库。
The C + + Standard Library may be divided into the following major parts.
C+ +标准库大概可以划分为以下几个部分。
The Standard C library provides a set of functions, listed in Table 4.1, that operate on C-style strings.
表4-1列出了C 语言标准库提供的一系列处理C 风格字符串的库函数。
The Standard C library provides a set of functions, listed in Table 4.1, that operate on C-style strings.
表4-1列出了C 语言标准库提供的一系列处理C 风格字符串的库函数。
应用推荐