我下载了graphics.h软件包和libbgi.a文件,将它们放在正确的位置,并正确添加了所有链接器。 写了这段代码:
#include <graphics.h>
#include<iostream>
int main( ) {
initwindow(400, 300);
return 0;
}
编译完美,给出运行时错误:
D:\ CPP \ Makefile.win [构建错误] [Untitled2.o]错误-1073741819
我正在使用Dev-cpp v 4.9.9.2 甚至在Code :: Blocks中也不行。