2020年3月17日

c语言变长数组

摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include <time.h> #include <unistd.h> typedef struct score_s{ char nam 阅读全文

posted @ 2020-03-17 00:51 luckygxf 阅读(660) 评论(0) 推荐(0) 编辑

c语言strftime demo

摘要: time.h 格式化日期 time()获取当前日期的秒,localtime()获取当前时间字段, strftime格式化日期到字符串 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #in 阅读全文

posted @ 2020-03-17 00:39 luckygxf 阅读(258) 评论(0) 推荐(0) 编辑

导航