How to use

SetConsoleCursorPosition (GetStdHandle(STD_OUTPUT_HANDLE), c)

function when I have not 1 "c" arguments but 2 for example 2 3?

Maybe someone know better function than SetConsoleCursorPosition, gotoxy() does not work in Visual Studio :(

link|improve this question

50% accept rate
feedback

1 Answer

up vote 1 down vote accepted

As you can see here: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682119%28v=vs.85%29.aspx

CORD is a struct and contains two values, the x value and the y value.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.