会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sai
进步离不开 开源、共享和讨论。 大家一起在计算机的世界里上前进,YNWA!
博客园
首页
新随笔
联系
管理
订阅
2010年6月9日
No.1 6.8号写多项式的时候,关于指针的错误
摘要: typedef struct List { int exp; int coef; struct List *next; }List,* HeadPointer;//利用指针更新结果链表的同时指向下一节点(WRONG!!!void ins(HeadPointer to,HeadPointer from) { to->next=from; to=to->next; from=f...
阅读全文
posted @ 2010-06-09 23:37 阿毛小猪
阅读(156)
评论(0)
推荐(0)
编辑
公告