这段C++程序哪里错了?为什么会出现 fatal error LNK1169: one or more multiply defined symbols found

2025-02-15 17:45:57
推荐回答(3个)
回答1:

#include

using namespace std;

还有,把debug目录删掉再编译试试

回答2:

是不是头文件重复包含了?
"stdafx.h"中应该包含"iostream.h";

回答3:

#include

using namespace std;