阅读背景:

为什么我的HelloWorld函数在此范围内没有声明?

来源:互联网 
#include <iostream>

using namespace std;

int main()
{
    HelloWorld();
    return 0;
}

void HelloWorld()
{
    cout << "Hello, World" << endl;
}
#include <iostream>

using namespace std;

int 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: