The project “Calendar" is a simple project built using graphics programming in C. This project has following features :
- It displays a nicely formatted calendar of every month of the year.
- It displays the current date and time.
- Calendar has a year view. One can see the entire year at a glance.
- It has well-organised Month view. It enables user to view the specific month of the year.
Explore the application using following shortcuts-
a. Press left or right arrow key to switch the year.
b. Press M to view the calendar in month view.
In month view,
a Press up or down arrow key to change the year.
b Press left or right arrow key to switch the months of the specific year
c Press Y to view the calendar in year view.
1. Download and install codeblocks.
2. Link graphics.h header file in codeblocks.
3. Clone my main.cpp file and run it.
4. You can also create an executable file using codeblocks.