我需要将 st_mtime 转换为字符串格式以将其传递给 java 层,我尝试使用此示例http://www.cplusplus.com/forum/unices/10342/但编译器会产生错误
从“long unsigned int*”到“const time_t* {aka long int const*}”的无效转换
初始化 'tm* localtime(const time_t*)' [-fpermissive] 的参数 1
我做错了什么,如何在字符串表示中使用 stat 函数来创建文件的时间。
请帮忙。