摘要:
void gotoxy(int x,int y) //cursor an gewuenschte position auf dem bildschirm setzen{ CONSOLE_SCREEN_BUFFER_INFO csbiInfo; //variablendklaration HANDLE hConsoleOut; hConsoleOut = GetStdHandle(STD_OUTPUT_HANDLE); GetConsoleScreenBufferInfo(hConsoleOut,&csbiI... 阅读全文
posted @ 2011-12-12 16:54
小鱼儿c
阅读(417)
评论(0)
推荐(0)
浙公网安备 33010602011771号