Reducing console size

后端 未结 4 1989
孤街浪徒
孤街浪徒 2021-01-06 16:27

I got a problem with changing console size. This is my code:

BOOL setConsole(int x, int y)
{
hStdin = GetStdHandle(STD_INPUT_HANDLE); 
hStdout = GetStdHandle         


        
4条回答
提交回复
热议问题