编译器不会在代码块中编译graphics.h

时间:2020-11-11 13:23:34

标签: c++

#include <graphics.h>
using namespace std;

int main() {

    initwindow(500,500);
    rectangle(40,70,410,290);
    getch();

return 0;
}

这是我的代码,在我编译时会发生:compilier window 没发生什么事。 有人可以解释为什么会这样吗?

0 个答案:

没有答案