84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
如图
这些库我明明都安装了的,请问怎么解决?
ringa_lee
编译错误,设置下链接的目录和文件。
这是链接的错误,看到error:ld returned 1 exit status就要晓得这一点,情况是编译器知道你的函数声明,却找不到实现,一般而言是
error:ld returned 1 exit status
你真的没有实现
你没有链接对应的库
链接库对于IDE的话需要在工程配置中指定。。
编译错误,设置下链接的目录和文件。
这是链接的错误,看到
error:ld returned 1 exit status
就要晓得这一点,情况是编译器知道你的函数声明,却找不到实现,一般而言是你真的没有实现
你没有链接对应的库
链接库对于IDE的话需要在工程配置中指定。。