在Windows 7(x64)上,运行在Netbeans 8.1中的C ++在运行期间挂起

时间:2015-11-25 13:57:44

标签: c++ windows netbeans netbeans-8.1

我有上面提到的设置,我正在运行Hello world程序。

#include <cstdlib>
#include <iostream>

using namespace std;

int main(int argc, char** argv) {

    cout << "Hello World!" << endl;

    return 0;
}

编译和构建成功但执行挂起。见图的右下角。 enter image description here

0 个答案:

没有答案