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 🙁
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.