c語言中 gotoxy() 函數的使用

轉自  https://blog.csdn.net/radjedef/article/details/79028329windows #include <stdio.h> #include <windows.h> void gotoxy(int x, int y) { COORD pos = {x,y}; HANDLE hOut = GetStdHandle(STD_OUTPUT_
相關文章
相關標籤/搜索