引用传参与指针传参
发表在C语言图书答疑 2016-04-13
是否精华
版块置顶:
我想问为什么这种在创建单链表的时候,如果用引用做参(node *&front)就能创建并输出,而将参数改为指针
(node *front)就无法输出,



#include<iostream.h>
#include<stdio.h>
typedef struct qnode
{
int data;
struct qnode *next;
}node;
//创建单链表
void create(node *&front)
{
node *rear=front;
node *s;
int n,i;
front=rear=new node;
front->next=rear->next=NULL;
cout<<"please input the data number:";
cin>>n;
for(i=0;i<n;i++)
{
cout<<"please input the data:";
s=new node;
cin>>s->data;
s->next=NULL;
rear->next=s;
rear=s;


}


}
//输出单链表
void disp(node *front)
{
node *l=front->next;
while(l!=NULL)
{
cout<<l->data;
l=l->next;
}
cout<<endl;

}
void main()
{
//node *front,*rear;
node *front;
create(front);
disp(front);
}
分享到:
精彩评论 1
学分: LV1
TA的每日心情
开心
2020-06-16 09:16:38
2016-04-19
沙发
这个程序我也没用运行起来啊。这是哪本书中的例子呢?
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照