会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
朝_风
非常沉默,非常勇敢,从不寻找,从不依靠
首页
管理
2017年2月26日
链表基本操作
摘要: #include"iostream.h" struct Node{int Data;Node*next;};class list{Node*head;public:list(){head=NULL;}void insertlist(int aData,int bData);void deleteli
阅读全文
posted @ 2017-02-26 16:23 朝_风
阅读(250)
评论(0)
推荐(0)
编辑