摘要: #include<stdio.h>#include<afx.h> #include<time.h>#include<string>#include <windows.h>int main(){ CTime t = CTime::GetCurrentTime(); //获取系统日期,存储在t里面 int d=t.GetDay();int y=t.GetYear();int m=t.GetMonth();int h=t.GetHour();int mm=t.GetMinute();int s=t.GetSecond();int w=t.G 阅读全文
posted @ 2012-12-14 13:59 myth_HG 阅读(265) 评论(0) 推荐(0)