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++库函数
EOF
常量 <cstdio>
文件结束符
它是一个int类型的宏定义,展开为负整数常量表达式(通常是-1)。
它被用作头文件<
cstdio
>中的几个函数返回的值,以指示已经到达文件结束符或指示其他一些失败条件.
它也用作表示无效字符的值。
在c++中,这个宏对应于char_traits<char>::eof()的值。
🍄 另请参阅
feof
检查文件结束标志符(function )
ferror
检查错误标志器(function )
联系我们
免责声明
关于CandCplus
网站地图