我的 运行 c++ 背景

My running c++ background

我已经重新安装了我的 dev c++,现在我遇到了问题,当我 运行 应用这个简单的代码时:

#include <iostream>
#include <conio.h>
using namespace std;
int main()
{
    cout<<"hi mateen";
    return 0;
}

它向我展示了这个:

我该如何删除它?以前一直用

不显示
getche()

但即使我使用

return 0;

问题还是一样

谢谢

关闭 "Tools > Environment Options..."

中的 "Pause console programs after return" 选项