C备课讲义第8章.pptVIP

  • 2
  • 0
  • 约8.4千字
  • 约 46页
  • 2018-05-04 发布于四川
  • 举报
void main(void) { STU *head, stu; int del_num; head=creat( ); print(head); cout“Input the deleted number:\n”; cindel_num; head=del(head,del_num); print(head); cout“Input the inserted record:\n”; cinstu.numstu.score; head=insert(head, stu); print(head); } 建立链表 打印链表 删除结点 插入结点 cout“Input the inserted record:\n”; cinstu.numstu.score; head=insert(head, stu); print(head); 变量,固定空间 void main(void) { STU *head,*stu; int num; ...... cout“Input the inserted record:\n”; stu=new student; cinstu-numstu-score; whil

文档评论(0)

1亿VIP精品文档

相关文档