Tuesday, July 14, 2009

I am using Borland C++ 5.5 compiler. I wrote the code and I added #include <graphics.h>,an error displayed

The error says" Unable to open %26lt;graphics.h%26gt;". Is there a missed "graphics" library in the Borland compiler?


I installed "graphics.h" from another site, but more errors appear especially in this library:(





What is the solution? any answer will be appreciated..

I am using Borland C++ 5.5 compiler. I wrote the code and I added #include %26lt;graphics.h%26gt;,an error displayed
Try #include "graphics.h" and put graphics.h in the same directory as your code.

flowering plum

No comments:

Post a Comment