首页
编程
java
php
前端
首页
编程
java
php
前端
C语言如何编写一个万年历
编写环境为 VC6.0 和 C-free
好大一个工程,可参
https://blog.csdn.net/xianfajushi/article/details/103925143
题主可以再看下这个,这个写的也很好
C语言万年历,C语言趣味程序_Eliauk1234的博客-CSDN博客
#include <stdio.h>#include <stdlib.h>#include <windows.h>//菜单 void menu(){ printf("-----------------------------\n"); printf("\t 1.按月打印\n"); printf("\t 2.按年打印\n"); printf("\t 3.退出\n"); printf("-----------------------------\n.
https://blog.csdn.net/Eliauk1234/article/details/121092771?spm=1001.2014.3001.5501
点击展开全文