C ++ Eclipse" Project" .exe已停止工作

时间:2015-04-30 23:43:20

标签: c++ eclipse cygwin

我有简单的hello world程序:

/*
 * jacobi.cpp
 *
 *  Created on: Apr 30, 2015
 *      Author: Pikachu's Computer
 */


#include<math.h>
#include<stdio.h>
#include<iostream>
using namespace std;

int main()
{
    cout <<"Hello World";
    return 0;
}

它构建没有错误但是当我尝试运行它时,它给了我一个对话框: enter image description here

我正在使用带有eclipse CDT的Cygwin

0 个答案:

没有答案