我已经完成了在 Eclipse 中运行 c++ 程序的所有先决条件设置,我已经安装并配置了 CYGWIN 和其他要求,我的程序也没有给出任何错误,但是当我运行它时它不会显示 out 并且它显示一些错误
我的程序是
#include <stdio.h>
#include <stdlib.h>
#include<iostream.h>
int main(void)
{
//puts("Hello World!!!");
cout<<"Starting...";
while(1)
{
cout<<"Please Help !";
}
return 0;//EXIT_SUCCESS;
}
这是我运行程序时控制台中显示的内容:
[New Thread 6040.0x10e0] [New Thread 6040.0xed0]