Hi all,

Can anyone help with me positioning the output of std::cout in a console application? Basically I want a loop which outputs a sequence of characters (a single letter for example) in the same position each time, replacing the previous character.

Thanks,

Payne747