Hi,
I had almost completed my program of Analog clock with tC++. but i got stuck, when any arm of the clock is over another arm it erase the other arm when it passess by. I try to redraw that arm but it looks very bad as it start blinking when two arms are close to each other. Is there any way to stop that blinking.
I have created a class for arm with following functions:
set(start_angle,color,size)
draw();
erase();
move(angle);
I am new to C++,kindly help me.
Thanks