尝试写了测试,但是不知道能不能得到值
.h
struct cood{
bool En;
int X;
int Y;
long angle;
long length;
};
struct LiLa{
double LA;
double LI;
};
struct Black{
struct cood Way1;
struct cood Way2;
struct cood Way3;
struct cood Way4;
struct LiLa My;
};
struct Black MAP[10][10];
void getdata(void);
.c
[b]
void getdata(void){
struct cood buff;
int i,j;
for(i=0;i>=10;i++){
for(j=0;j>=10;j++){
buff=MAP[i][j].way1;
printf("%d/n",buff.X);
}
}
}
不知道为什么除了打字其他功能都用不了[/b]
200字以内,仅用于支线交流,主线讨论请采用回复功能。