Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 399 Bytes

File metadata and controls

8 lines (5 loc) · 399 Bytes

Clock

Clock Project

This is C program showing the clock both in analog and digital format. This program uses the graphics library and some trigonometry concepts to form the clock on the screen.

trigonometry concepts are used in finding the right poition of the hour hand, minute hand and sec hand.

Graphics library used to form the line, circle and numbers on the screen. and also for colour.