编写了一个学生信息管理系统运行出错,如下,
1>pointer.obj : error LNK2019: 无法解析的外部符号 "struct student * __cdecl find_student(int)" (?find_student@@YAPAUstudent@@H@Z),该符号在函数 "void __cdecl search(void)" (?search@@YAXXZ) 中被引用
1>D:\cc\pointer\Debug\pointer.exe : fatal error LNK1120: 1 个无法解析的外部命令
网上说这是缺少相应的文件,不知道缺少哪些文件?授人以鱼不如授人以渔,能弄懂最好不过了。谢谢
C语言求助,无法解析的外部符号
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-