2009年3月17日

摘要: Include head file time.h, though it's a C include file, C++ certainly can use it. Under C++, you can include <ctime> instead of <time.h> _____________________________________________________ time.h @函数名称: localtime 函数原型: struct tm *localtime(const time_t *timer) 函数功能: 返回一个以tm结构表达的机器时 阅读全文

posted @ 2009-03-17 09:55 joneykk 阅读(191) 评论(0) 推荐(0)