The Bigest challenges


Hello every body ...

it is really big Job ..

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 .

ok guys .. Show Me ur Job ...

if u don't understand I will explain for u .
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
Where a question?
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:

I Hope u got it
http://www.cplusplus.com/forum/articles/1295/

We don't do peoples homework for them.
Last edited on
question?
HOW CAN I DO IT ?
Read the link I sent you.

and
http://www.cplusplus.com/doc/tutorial/
I did .. ok but Hlep me .. it is not a HW ,, I need to know how ..
Just Give The main Idea ,,
Build a class called Calendar. That gets the information from your OS (If it's windows then using Win32API).

Or. Use one of the many 3rd party libraries like http://www.boost.org/doc/libs/1_35_0/doc/html/date_time.html
Yes but I cant use any thing but array and Function ,,
ok thanx .. I thing it is a good Idea to say I dont know
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.
Topic archived. No new replies allowed.