C++官方参考链接:https://cplusplus.com/reference/
C标准库
C语言库的元素也是C++标准库的一个子集。这些涵盖了很多方面,从通用实用函数和宏到输入/输出函数和动态内存管理
函数:
<cassert> (assert.h)
C Diagnostics Library (header)(C诊断库(头文件))
<cctype> (ctype.h)
Character handling functions (header)(字符处理函数(头文件))
<cerrno> (errno.h)
C Errors (header)(C错误(头文件))
<cfenv> (fenv.h)
Floating-point environment (header)(浮点环境(头文件))
<cfloat> (float.h)
Characteristics of floating-point types (header)(浮点类型的特征(头文件))
<cinttypes> (inttypes.h)
C integer types (header)(C整数类型(头文件))
<ciso646> (iso646.h)
ISO 646 Alternative operator spellings (header)(ISO 646可替换操作符拼写(头文件))
<climits> (limits.h)
Sizes of integral types (header)(整型的大小(头文件))
<clocale> (locale.h)
C localization library (header)(C本地化库(头文件))
<cmath> (math.h)
C numerics library (header)(C数字库(头文件))
<csetjmp> (setjmp.h)
Non local jumps (header)(非本地跳转(头文件))
<csignal> (signal.h)
C library to handle signals (header)(处理信号的C库(头文件))
<cstdarg> (stdarg.h)
Variable arguments handling (header)(可变实参处理(头文件))
<cstdbool> (stdbool.h)
Boolean type (header)(布尔类型(头文件))
<cstddef> (stddef.h)
C Standard definitions (header)(C标准定义(头文件))
<cstdint> (stdint.h)
Integer types (header)(整数类型(头文件))
<cstdio> (stdio.h)
C library to perform Input/Output operations (header)(执行输入/输出操作的C库(头文件))
<cstdlib> (stdlib.h)
C Standard General Utilities Library (header)(C标准通用程序库(头文件))
<cstring> (string.h)
C Strings (header)(C字符串(头文件))
<ctgmath> (tgmath.h)
Type-generic math (header)(泛型类型数学(头文件))
<ctime> (time.h)
C Time Library (header)(C时间库(头文件))
<cuchar> (uchar.h)
Unicode characters (header)(Unicode字符(头文件))
<cwchar> (wchar.h)
Wide characters (header)(宽字符(头文件))
<cwctype> (wctype.h)
Wide character type (header)(宽字符类型(头文件))