30/09/2018, 18:19
Xin giải thích về hàm gotoxy
mọi người giải thích giúp em đoạn code này với ạ
void gotoxy(int x, int y)
{
static HANDLE h = NULL;
if(!h)
h = GetStdHandle(STD_OUTPUT_HANDLE);
COORD c = {x,y};
SetConsoleCursorPosition(h,c);
}
Bài liên quan
hàm GetStdHandle(STD_OUTPUT_HANDLE) thì tham khảo link dưới
docs.microsoft.com
GetStdHandle function - Windows Console
Retrieves a handle to the specified standard device (standard input, standard output, or standard error).
hàm SetConsoleCursorPosition thì tham khảo link này
docs.microsoft.com
SetConsoleCursorPosition function - Windows Console
Sets the cursor position in the specified console screen buffer.
Bạn chịu khó tìm trên google thì sẽ ra thôi.
Mà bạn đang coi về gì vậy
đang coi về mô phỏng thuật toán sắp xếp bạn ạ
liên quan đến gotoxy thì cho mình hỏi làm sao gán tọa độ x, y vào mảng
?
Dùng mảng 2 chiều để gắn giá trị x và y