C ++多个定义错误

时间:2014-02-22 17:36:07

标签: c++ multiple-definition-error

我为一个简单的c ++ hello world程序收到了一堆错误。

#include <iostream>

using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

errors

我们看到的所有解决方案都只是令人困惑,并没有帮助。我正在使用代码块IDE。

0 个答案:

没有答案
相关问题