首先,确认下你有没有设置预编译!看看有没有stdafx.h文件,如果有的话,就在cpp文件的最上面添加
#include "stdafx.h"
其次,iostream.h你拼写错了,
#include
using namespace std;
#include "iostrem"
拼写错了 iostream
#include "LinkList.h"下的函数也发过来,如:LinkList_L();LinkListTraverse_L(head);ListDelete_L(head,4,x)) DestroyList_L(head);