Logo 
Search:

C++ Programming Article

Submit Article
Comments on Program to show the simulation of the Solar System

A C++ Program to show the simulation of the Solar System.


Shivang Kumar
Shivang Kumar from AustraliaMar 15
Sir,
I.m trying to make a basic C++ program in which i want to implement basic animations of shapes. I initially thought of implementing it by drawing the image in white, setting a delay of a few milliseconds and then redrawing the image in black. But, the output shows the rectangle flashing. What other method can i use to implement animations?


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].