ZeroWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
Calendar성훈이코드 (rev. 1.2)
Calendar성훈이코드
[
edit
]
Calendar.h
¶
[
edit
]
main.cpp
¶
#include <stdio.h>
#include "Calender.h"
int main()
{
int year, first;
printf("Input the year : ");
scanf("%d", &year);
printf("Input the first day of week in January (0:Mon -- 6:Sun)");
scanf("%d", &first);
printCalender(year, first);
fflush(stdin);
getchar();
return 0;
}
ShowPage
FindPage
DeletePage
LikePages
last modified 2021-02-07 05:22:48
Processing time 0.0143 sec