This project describes how to generate an Analog clock in C++. With the help of graphics.h library
This project describes how to generate an Analog clock in C++. With the help of graphics.h library. It uses a Borland graphics interface accessible in C++ via graphics.h directory instead of event-based 3D applications, it was created for presentation graphics. Function getmaxx returns the most extreme X coordinate for graphics mode and driver. Function getmaxy returns the most extreme X coordinate for graphics mode and driver.
required libraries for the project:-
iostream
conio.h
math.h
string.h
graphics.h
time.h
dos.h
Submitted by Ganapati Thota (shikiz)
Download packets of source code on Coders Packet
Comments