#include <windows.h>#include <stdlib.h>#include <time.h>#include <stdio.h>#include <string.h>#include <conio.h>在程序中,没有用struct COORD来定义这个数据类型,直接就像如下形式使用了:COORD pos; pos.X = x; pos.Y = y;这个是怎么做到的??
哦哦,意思是在windows.h这个库里是吧