10 2015 档案

c++ 时间与字符串转换
摘要:1、时间转字符串函数size_t strftime( char *strDest, size_t maxsize, const char *format, const struct tm *timeptr );2、字符串转时间函数char *strptime(const char *s, const... 阅读全文

posted @ 2015-10-30 17:31 雨渐渐 阅读(586) 评论(0) 推荐(0) 编辑

c++ switch case
摘要:http://www.cnblogs.com/RealOnlyme/articles/2579628.html 阅读全文

posted @ 2015-10-27 17:04 雨渐渐 阅读(103) 评论(0) 推荐(0) 编辑

导航