Cplusplus 简明教程
C++ Standard Library
C++ 标准库可分为两部分 −
-
The Standard Function Library − 此库由不属于任何类的通用、独立函数组成。函数库继承自C。
-
The Object Oriented Class Library − 这是一个类及其相关函数的集合。
C++ 标准库也合并了所有 C 标准库以及对支持类型安全的少量添加和更改。
The Standard Function Library
标准函数库分为以下类别 −
-
I/O,
-
String and character handling,
-
Mathematical,
-
Time, date, and localization,
-
Dynamic allocation,
-
Miscellaneous,
-
Wide-character functions,
The Object Oriented Class Library
C++ 标准面向对象库定义了一组用于提供对包括 I/O、字符串和数字处理在内的许多常见活动的扩展类支持的类。此库包括以下各项 −
-
C++ I/O 标准库
-
The String Class
-
The Numeric Classes
-
The STL Container Classes
-
The STL Algorithms
-
The STL Function Objects
-
The STL Iterators
-
The STL Allocators
-
The Localization library
-
Exception Handling Classes
-
Miscellaneous Support Library