fork download
  1. #include <graphics.h>
  2. int main()
  3. {
  4. initwindow(400,600);
  5. closegraph();
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:10: fatal error: 'graphics.h' file not found
#include <graphics.h>
         ^
1 error generated.
stdout
Standard output is empty