Hey,

I get a problem with "graphics".

I wrote code, where u can just move certain object( f.x. an object is a symbol like a "@"), and i used getchar() to move it with keyboard buttons, i also used COUT to update my area, where is my object. The problem is, that every time i move my object (it doest matter in which direction) there refreshed all map (it's like a blink). And i understood that getchar() and COUT didnt suit to my idea to create game.

question: is any other way to create it ? It's better that windows.h will not included.

I drag my game here, u can check it, that all the time u move object, it REFRESH.
here:
Zippyshare.com - game.rar

THANKS