该文被密码保护。 阅读全文
posted @ 2020-06-09 14:12
cicero
阅读(0)
评论(0)
推荐(0)
摘要:
参考c++文档的可变参数打印进行修改 #include <stdio.h> #include <stdarg.h> #include <time.h> FILE * pFile = NULL; void WriteFormatted (const char* pfileName , const ch 阅读全文
posted @ 2020-06-09 11:23
cicero
阅读(338)
评论(0)
推荐(0)