为了账号安全,请及时绑定邮箱和手机立即绑定

求助单链表的内容

求助单链表的内容

C++
回忆_1 2017-01-26 00:08:17
bool List:: ListInsertHead(Node *pNode){    Node *temp=pList->next;    Node *newNode=new Node;    if(newNode==NULL)        return false;    newNode->data=pNode->data;    pList->next=newNode;    newNode->next=temp;}pList->next=newNode;newNode->next=temp;不能理解,谁能详细点解释下
查看完整描述

2 回答

?
回忆_1

TA贡献1条经验 获得超1个赞


我已经懂了,没事了,打扰了

查看完整回答
1 反对 回复 2017-01-26
  • 2 回答
  • 0 关注
  • 1356 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信