moving characters

hello everyone..i just want to know how to move a character in c++. if you press arrow down key it will move down if you press arrow up key it will go up and so on..xD
You can't move characters in C++.

However, if you use the right libraries and code, you would be able to simulate movement of a character in the console window. Research PDCurses.
If you are not using Windows you can use ncurses.
@lawliet06

Take a look here
http://v2.cplusplus.com/forum/beginner/59023/
for a small program that moves a character around the screen. It should be of help.
tnx for your help..xD
Topic archived. No new replies allowed.