#include<window> and #include<graphic.h> both header files are missing in Dev C++. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

#include<window> and #include<graphic.h> both header files are missing in Dev C++.

How to fix it?

19th Jun 2018, 12:08 AM
Umar
Umar - avatar
2 Answers
+ 3
Well windows.h works well on visual studio. I use SDL2 for graphics. https://www.sololearn.com/discuss/410578/?ref=app https://www.sololearn.com/discuss/498964/?ref=app
19th Jun 2018, 1:12 AM
Manual
Manual - avatar
0
#include <graphic.h> is header that only can be used in 16bit operating system like dos
19th Jun 2018, 12:47 AM
NizhamPihe
NizhamPihe - avatar