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