为什么vs2010会显示null为未声明的标识符,???例子如下 求高手相助
#include<iostream>usingnamespacestd;voidmain(void){typedefstructnode{intdata;node*ptr...
#include<iostream>
using namespace std;
void main(void)
{
typedef struct node
{
int data;
node *ptr;
};
node *head;
head=new node [1];
if(head==null)
cout<<"申请出错,还回"<<endl;
else
cout<<"成功"<<endl;
}
null下面老是有红线,每个带nulll的都是这样,求助啊
不管大小写都一样NULL也不管用 展开
using namespace std;
void main(void)
{
typedef struct node
{
int data;
node *ptr;
};
node *head;
head=new node [1];
if(head==null)
cout<<"申请出错,还回"<<endl;
else
cout<<"成功"<<endl;
}
null下面老是有红线,每个带nulll的都是这样,求助啊
不管大小写都一样NULL也不管用 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询