time_t数据类型究竟属于哪种原始数据类型?
- 内容介绍
- 文章标签
- 相关推荐
本文共计170个文字,预计阅读时间需要1分钟。
参见解英文名案回答:What is time_t ultimately a typedef for? I do not know the data type of time_t. Is it a floating-point double or something else? Since I want to display it, I need to know the corresponding printf format. I can handle the rest from there.
参见英文答案 > What is time_t ultimately a typedef to?10个我不知道time_t的数据类型.它是浮动双重还是其他什么?因为如果我想显示它,我需要与printf对应的标签.我可以从那里处理其余部分以显示time_t,但我需要知道与之对应的数据类型. 不幸的是,它不是完全可移植的.它通常是整数,但它是 can be任何“整数或实数浮动类型”.
本文共计170个文字,预计阅读时间需要1分钟。
参见解英文名案回答:What is time_t ultimately a typedef for? I do not know the data type of time_t. Is it a floating-point double or something else? Since I want to display it, I need to know the corresponding printf format. I can handle the rest from there.
参见英文答案 > What is time_t ultimately a typedef to?10个我不知道time_t的数据类型.它是浮动双重还是其他什么?因为如果我想显示它,我需要与printf对应的标签.我可以从那里处理其余部分以显示time_t,但我需要知道与之对应的数据类型. 不幸的是,它不是完全可移植的.它通常是整数,但它是 can be任何“整数或实数浮动类型”.

