我在代码块 IDE 中执行了以下代码-
#include <iostream>
#include <graphics.h>
using namespace std;
int main()
{
int gd = DETECT, gm;
initgraph(&gd, &gm, "C:\TC\BGI");
line(100, 200, 150, 250);
cout << "Hello world!" << endl;
return 0;
}
并在调试我的代码时在 graphics.h 中停止
int left=0, int right=0, int right=INT_MAX, int bottom=INT_MAX,
我已经包含了 WinBGIm 库。