这是什么原因造成的 啊?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
楼主你好!
报错的意思是一些没有定义的符号存在。
简单来说,出现这个问题原因可能是使用的函数,变量或者常量没有定义。或者你在其它的文件中有定义但是没有做声明。
报这个错误时,编译器会告诉你具体是哪些符号没有定义的。