关于函数调用
我在codeblocks下建立了工程,工程中有f1.c和f2.c两个文件,f1.c中有main.c,main.c调用了一个f2.c中的自定函数,该函数我在f1.c中提前用extern+函数声明声明过了,这时候编译,编译器报错undefined reference to `Outlook_Login'(Outlook_Login是我调用的函数名)。问题如上,请问如何解决呢??
2016-05-13 22:41
2016-05-13 22:57
不错不错。。

2016-05-14 04:00