How to add C graphics.h library in Eclipse IDE

1.5k Views Asked by At

I'm trying to use some C graphic functions in Eclipse. I've copied WinBGIm files in the include/lib directories inside MINGW, but graphics.h library doesn't work yet.what is the solution?

c:\mingw\include\graphics.h:30:10: fatal error: sstream: No such file or directory

0

There are 0 best solutions below