C++ 标准库参考C++ Standard Library reference
C++ 程序可以从符合标准的 C++ 标准库实现中调用大量函数。A C++ program can call on a large number of functions from this conforming implementation of the C++ Standard Library. 这些函数将执行输入和输出等服务,并提供常用操作的高效实现。These functions perform services such as input and output and provide efficient implementations of frequently used operations.
有关与相应的 Visual C++ 运行时文件的链接的详细信息 .lib
,请参阅C 运行时 (CRT) 和 lib
c + + 标准库。For more information about linking with the appropriate Visual C++ runtime .lib
file, see C runtime (CRT) and C++ Standard Library .lib
files.
在本节中In this section
C + + 标准库概述C++ Standard Library overview
提供 Microsoft 实现 C++ 标准库的概述。Provides an overview of the Microsoft implementation of the C++ Standard Library.
iostream
编程工具iostream
Programming
提供 iostream
编程概述。Provides an overview of iostream
programming.
标头文件引用Header files reference
提供指向有关 c + + 标准库标头文件的参考主题的链接,其中包含代码示例。Provides links to reference topics about the C++ Standard Library header files, with code examples.