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++库函数
time_t
type <ctime>
时间类型
基本算术类型的别名,能够表示时间,如由函数
time
返回的时间。
由于历史原因,它通常被实现为一个整数值,表示从1970年1月1日00:00小时开始经过的秒数 (即unix时间戳)。
库可以使用可选的时间表示来实现这种类型。
可移植程序不应直接使用这种类型的值,而应始终依赖对标准库元素的调用来将它们转换为可移植类型。
🍄 另请参阅
time
获取当前时间(function )
联系我们
免责声明
关于CandCplus
网站地图