I want to make calender of '2009' << every months << weeks << days ;
if 1: cout all calender of the year.
if 2: cout calender of the month which the user want .
if 3: cout calender of the WeeK wich the user want .
if 4: cout The day after u ask the month and week .
Description
The aim of this project is to develop a program hcal (similar to the unix cal program) to display the Year
of 2009. In this program, we can do the following operations:
1- Display the calendar of the year (2009)
2- Display a given month of the calendar
3- Display a week of a given month of the calendar
4- Display a day of a given month of the calendar
EX;
void displayMonth(const int days[WEEKS][DAYS][MONTHS], int month); // 2 pts
Takes the 3-D array filled by the function fillDays as first argument and the
month to be displayed as second argument. For example, if month is 1 the program
should have the following output:
Zaita does know, and I bet he already did the program. But the forum rules is to NOT POST HOMEWORK. If it was a job, you would have made a nice looking post, deserving to be looked at, not like what you did. And please prevent doing double posts.