How to add graphics.h in Devc++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to add graphics.h in Devc++

I refrenced through many videos but didnot find anyone helpful .I am using Windows 10 and Dev c++ 5.11

27th Jan 2018, 4:18 PM
Mohd Zaki
Mohd Zaki - avatar
1 Answer
+ 1
#include <graphics.h> should work. As you have mentioned c++ in the tags, use #include <graphics>
27th Jan 2018, 6:40 PM
DAB
DAB - avatar