面壁中叶文洁 发表于 2020-5-22 10:11:58

c++为什么我写个helloworld会有四百多个错误,求求大手子赐教

#include<iostream>
using namespace std;

int main()
{
        cout << "hello world" << endl;


        system("pause");


        return 0;
}

wp231957 发表于 2020-5-23 09:53:45

工程没建对吧
页: [1]
查看完整版本: c++为什么我写个helloworld会有四百多个错误,求求大手子赐教