创建名称为系统日期的文本文件
你好 我想创建一个名为 SYSTEM DATE 的文本文件... 例如---28/04/2008:9:11:50.txt 文件名应该动态分配......
你可以为此提供c代码吗......
请帮助我......
HI
I want to create a text file with the name as SYSTEM DATE...
for example---28/04/2008:9:11:50.txt
The File name should be allocated on dynamically.....
can u provide the c code for this..
Plese Help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用strftime计算文件名:
http://www .thinkage.ca/english/gcos/expl/c/lib/strfti.html
Use strftime to calcule the name of the file:
http://www.thinkage.ca/english/gcos/expl/c/lib/strfti.html