Hi, I'm a rookie in c programming and need some help with writing a simple stopwatch program.

The stopwatch must have a circular background, with both a digital (minutes: seconds) and analogue display (second, minute hands). The second hand must sweep behind the digital display as well. All graphics are to be done using only pixel manipulation.

Can someone provide a bit of code to get me started on this? Thanks in advance!