真麻烦,没现成的代码,你自个写去。new和delete配合,应该很容易的
struct node{ char name[10]; .... struct node *next;}结构体可以这样定义,然后用这个结构体生成链表,不懂的可以问我