摘要: 比如有如下结构 typedef strut node{ int data; strut node * next; } ListNode; ListNode * p=(ListNode *) malloc(sizeof(ListNode)); 上面语句中涉及到 指... 阅读全文
posted @ 2011-10-25 09:52 饺子吃遍天 阅读(613) 评论(0) 推荐(0)