Thursday, August 16, 2012

Mini project “Calendar Application” Using C/C++

Mini project “Calendar Application” is also a simple project made using C. It uses many windows properties to make it colorful, for example, to indicate the vacation, it uses the red foreground color.The calendar can be used for two purposes. First to  see the date and month as usual calendars and second to find out the day corresponding to given date. Some of the silent features of the project are

  1. It uses various windows properties to make the program colorful although it has lack of graphics
  2. It entirely uses C codes, code is written in simple manner with lots of comments
  3. Important notes can be added. The date with such notes appears different than others with red background color.
  4. The months can be navigated using arrows key

Some of the screen shots of the program are:
Enter date (DD MM YYYY) : 10 03 1991 Day is : Sunday Press any key to continue......

Calendar1
Calendar2

To download the project with complete source code and executable file Click Here.

No comments:

Post a Comment