VC出现error LNK2005 错误应该怎么办??

--------------------Configuration:abc-Win32Debug--------------------Linking...main.ob... --------------------Configuration: abc - Win32 Debug--------------------
Linking...
main.obj : error LNK2005: "double __cdecl AVE(double,double,double)" (?AVE@@YANNNN@Z) already defined in abc.obj
Debug/abc.exe : fatal error LNK1169: one or more multiply defined symbols found
执行 link.exe 时出错.

abc.exe - 1 error(s), 0 warning(s)

---main.cpp---

#include <iomanip.h>
#include "abc.cpp"
void main()
{
double a,b,c;
double averageValue;
a=2;b=3;c=4;
averageValue=AVE(a,b,c);
cout<<"averageValue:"<<averageValue<<endl;
averageValue=AVE(a,b+1,c+2);
cout<<"averageValue:"<<averageValue<<endl;
}

---abc.cpp---

double AVE(double x,double y,double z)
{
return (x+y+z)/3;
}
展开
 我来答
真白的纱雾d442c
2009-09-23 · TA获得超过1093个赞
知道小有建树答主
回答量:265
采纳率:0%
帮助的人:538万
展开全部
在abc.h文件中写函数AVE的声明,然后纯枯握在main.cpp中#include "abc.h"败扰

或者

在工程中排除掉abc.cpp文做庆件
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式