C语言,结构体指针,为什么会提示缺少“;”分号呢?编译不过,看不出来错误啊
structjiegoutia;structjiegouti*p=&a;这样在vc++6.0上编译不过,请教下这个是为什么呢?谢谢这是完整的,很短#include<std...
struct jiegouti a;
struct jiegouti *p=&a;
这样在vc++6.0上编译不过,请教下这个是为什么呢?谢谢
这是完整的,很短
#include <stdio.h>
#include "head.h"
void main()
{
struct jiegouti
{
int n;
};
struct jiegouti a;
struct jiegouti *p=&a;
}
错误提示D:\program files\VC++6.0\MSDev98\MyProjects\TestMain\main.c(11) : error C2059: syntax error : ';' 展开
struct jiegouti *p=&a;
这样在vc++6.0上编译不过,请教下这个是为什么呢?谢谢
这是完整的,很短
#include <stdio.h>
#include "head.h"
void main()
{
struct jiegouti
{
int n;
};
struct jiegouti a;
struct jiegouti *p=&a;
}
错误提示D:\program files\VC++6.0\MSDev98\MyProjects\TestMain\main.c(11) : error C2059: syntax error : ';' 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询