在 gcc 的 C 编程语言中(在 linux 和 windows xp 下),我有一个函数可以输出一些信息。
pdter( 1 ) gives 2013 (integer)
pdter( 2 ) gives 3 (for march) (integer)
pdter(3) gives 3 for day (integer)
pdter 4 for hours, 5 for min, and 6 for seconds
我有一个 char 数组,它是:
char newfilename[PATH_MAX];
我想最终有一个 char 数组,它将是:
newfilename of content (array) (date and time) : "20130303204301-image.bmp"
(format yyyymmddhhmmss-imagename.ext)
经过多次搜索,我没有精力了。你能帮忙吗?
太好了!