fuopen

 

2013年4月4日

一个简单的日历实现程序--calendar

摘要: calendar.h#ifndef _CALENDAR_H_#define _CALENDAR_H_#include<cstdio>#include<cstdlib>#include<cstring>#include<ctime>//###################################################define MONTH 12#define WEEK 7//##################################################const char* MonthName[MONTH 阅读全文

posted @ 2013-04-04 14:27 fuopen 阅读(415) 评论(0) 推荐(0)

导航