system("CLS");

May 13, 2013 at 7:35am
is there any function in windows programming like system("CLS") in console? I want to make a window with a circle of yellow color and then clear it and draw a circle of pink color on different coordinates.Any suggestion..
May 13, 2013 at 7:40am
You clear the screen by filling it with some other colour.
May 13, 2013 at 7:42am
Thanks thats a nice idea.
Topic archived. No new replies allowed.