摘要: 充斥着颜文字的c语言课设作业,对一根链表进行操作,使其存入文件,环境是vc6.0 #include "stdafx.h" #include<stdio.h> #include<stdlib.h> #include<windows.h> typedef struct employee { int id 阅读全文