system("CLS");

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..
You clear the screen by filling it with some other colour.
Thanks thats a nice idea.
Registered users can post here. Sign in or register to post.