单链表函数的编译错误
我根据高一元老师的《数据结构算法实现及解析》中单链表一节,编辑了一个函数DeleteElem,在编译的时候显示DanLianBiao5.c:(.text+0x1007): undefined reference to `DeleteELem'
DanLianBiao5.c:(.text+0x115f): undefined reference to `DeleteELem'
bad reloc address 0x0 in section `.pdata'
H:\C语言\例子\c语言例子\c语言数据结构\数据结构算法与实现程序组\单链表\collect2.exe ld returned 1 exit status
不知道错误了,同时在该书中的顺序表一节也有这个函数,一点问题也没有,求解决?
怎么没人回我了 我把函数中的DeleteELem复制到main函数中就解决了,实际上二者一模一样
页:
[1]