Is it possible to move the coursor in the console?

So I am doing some console exercises, and would like to make then a little bit nicer to look at the out put..

Isn't it possible to move the courser inside the console, and then cout out a new char.. that would over right the old character...

Or what other ways can you control the console to have tins like pauses with otu using system? So when a person enters a value it doesn't all instantly draw.. but draws slower?
for example, clear screen & print everything on the screen + your modified char
(example : Formatting c: 2%. then you clear screen, print Formatting c: 3%. etc)
to have pauses you have to call a predefined function, something like "wait(int seconds)"
Topic archived. No new replies allowed.