Void HideCursor ()
{
CONSOLE_CURSOR_INFO cursor;
Cursor. BVisible=FALSE;
Cursor. DwSize=sizeof (cursor);
HANDLE HANDLE=GetStdHandle (STD_OUTPUT_HANDLE);
SetConsoleCursorInfo (handle, & amp; Cursor);
See not too understand o god!
CodePudding user response:
Please refer to the two API function, are there on the MSDN