简述:ctime头文件中的4中与时间相关的数据类型 <ctime>头文件中定义了4种与时间有关的数据类型,如下:clock_tsize_ttime_tstruct tm clock_tClock type[时钟类型]Alias of a fundamental arithmetic type capable of representing clock tick counts.[clock_t是一个基本算法类型的别名,表示时钟嘀嗒的次数]Clock ticks are units of time
总结 /* A.头文件<ctime> #if _GLOBAL_USING && !defined(RC_INVOKED) _STD_BEGIN 1.四个数据类型 using _CSTD clock_t; using _CSTD size_t; using _CSTD time_t; using _CSTD tm; 2.九个时间函数 using _CSTD asctime; using _CSTD clock; using _CSTD ctime; using _CSTD dif