![]() |
#2
nicum2012-03-20 19:10
|
void Creat2(node_account *&Q)
{
Q=new node_account;
if(!Q)
{
cout<<"分配失败"<<endl;
outfile<<"分配失败"<<endl;
}
Q->next=NULL;
}