alexchen -12 Junior Poster

How can I move bitmap using time. Suppose I press Key_right. A square must move
10 pixel/second. How can I solve it?

#include <iostream>
#include <fstream>
Bitmap*square;