哪位高手能给一个用C语言写的万年历

来源:百度知道 编辑:UC知道 时间:2024/06/30 17:48:06
是源代码!!谢谢!
#include "BIOS.h"在visual studio2005编译环境下无法找到.
请给一个在VC6.0环境下能运行的.谢谢!!

// Yuna_2006_10_16
// A program of a celinder
#include <iostream>
using std::cin;
using std::cout;
using std::endl;

// the use of setw
#include <iomanip>
using std::setw;

#define BEGINYEAR 2000 // the year i use to begin
#define BEGINDAY 6 // 2000`s first day
const int aiMounth[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; // everymounth`s days

// the fuction i call
int GetBeginDay( int, int ); // Get the first day of the mounth
int GetDays( int, int ); // Get the number of the days in a mounth
void PrintTitle(); // print the title
void PrintDate( int, int ); // print the date
int GetDaysOfaYear( int ); // get the number of days of a year

// the main begin here
int main()
{
int iYear, iMounth, iBeginDayOfaWeek, iDays;

// prompt and get the paramters i need
cout << "P

哪位高手能给一个用C语言写的万年历 会C语言的进,谁能给我写一个完全正确的用C语言写的 比较A B C 的大小```不会的不要乱写```高手进啊,谢谢 哪位能写一个c语言 反转数字程序 哪位高手可以给我一个简单的C语言游戏程序,要有大概解释的 在编写C语言中,用什么样的语言能让计算机自动产生一个数 一个简单的C语言问题,请哪位高手指教? C 语言 请哪位高手能帮我用C语言算出根号n的值 有哪位编程高手能够帮 我用C语言写一个关于算术表达式求值的程序。(用数据结构中的栈知识) 我想知道用C语言怎么写一个控制键盘输入的程序,比如让键盘自动执行ctrl或shift功能等.请哪位高手帮帮忙 有高手知道怎么用C语言写一个空心的七行的菱形么?