+ 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
1 Réponse
+ 1
#include <graphics.h> should work.
As you have mentioned c++ in the tags, use
#include <graphics>