Last Modification: April 27, 2000

How can I adjust the Cursor position in a Console App? I can't find gotoxy()!

  There's no gotoxy() in Visual C++. Instead, you can use SetConsoleCursorPosition() from the Console API defined in wincon.h

References  and Samples: