问题很简单,你程序中有两个死循环,如下: while(p) printf("%d",p->num);应该修改如下: while(p){ printf("%d",p->num); p=p->link;}
先说你的需求吧。需要别人做什么
换个编译器即可 有时候用vc++6.0也挺好