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++库函数
fpos_t
type <cstdio>
对象,该对象包含用于指定文件中的位置的信息
此类型的对象用于指定文件中的位置。这种类型的对象能够唯一地指定文件中的任何位置。
fpos_t对象中的信息通常由
fgetpos
调用填充,fgetpos接受一个指向该类型对象的指针作为参数。
fpos_t对象的内容不能被直接读取,而只能作为调用
fsetpos
的参数使用。
联系我们
免责声明
关于CandCplus
网站地图