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++库函数
FILENAME_MAX
常量 <cstdio>
文件名的最大长度
这个宏常量展开为一个整数表达式,该表达式对应于保存库允许的最长文件名字符串所需的char元素数组的大小。
如果库没有这样的限制,则将其设置为用于保存文件名的字符数组的推荐大小。
🍄 另请参阅
L_tmpnam
临时文件名的最小长度(常量)
FOPEN_MAX
同时打开流的可能的限制(常量 )
TMP_MAX
临时文件数(常量 )
联系我们
免责声明
关于CandCplus
网站地图