January 29, 2016

GUI Calendar and Clock : Turbo C++

  
   The following program contains a calendar and a clock. The clock shows time in analog as well as digital form in 24-hour format. It has been developed using the Turbo C++ 3.0 IDE. It uses BGI Graphics to render all the graphics. You can navigate around this Calendar’s pages using the arrow keys of your keyboard. 




The screenshots below describe its functionality :




GUI Calendar - Output


GUI Calendar - Output


Functionality
 
As the above images show, you can navigate around the Calendar’s pages using the following arrow keys :

  • Up Arrow Key – It is used to increase the year by 1 e.g. from 2016 to 2017. 
  • Down Arrow Key – It is used to decrease the year by 1 e.g. from 2016 to 2015.  
  • Left Arrow Key – It is used to decrease the month by 1 e.g. from May to April.
  • Right Arrow Key – It is used to increase the month by 1 e.g. from May to June.

 

Download 



Click here to view and download the source code of GUI Calendar (81 KB).  

Click here to download the executable file of GUI Calendar (77 KB) (Please note that it is a 16-bit executable and will not run on 64-bit systems).



No comments:

Post a Comment