Home
C&C++函数库
c++ 语法
程序源码
Linux C库
函数搜索
C&C++标准库
C库函数
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfenv>
(fenv.h)
<cfloat> (float.h)
<cinttypes>
(inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctgmath> (tgmath.h)
<ctime> (time.h)
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
输入输出
多线程
C++库函数
<cstddef>
头文件 (stddef.h)
C标准定义
这个头文件定义了由某些语言表达式隐式生成或使用的几种类型。
☣ 类型
ptrdiff_t
指针减法的结果(类型)
size_t
无符号整型(type)
max_align_t
当前平台的最大默认内存对齐类型
nullptr_t
空指针类型(c++) (type)
在C语言中,这个头文件还包括wchar_t类型(宽字符类型)的声明,在c++中,wchar_t类型是一个语言关键字, 用于标识不同的基本类型(在c++中不需要包含头文件)。
☞ 宏 函数
offsetof
返回成员偏移量(宏)
☞ 宏常量
NULL
空指针(宏)
联系我们
免责声明
关于CandCplus
网站地图