ghraphics in dev c++

closed account (2A4iE3v7)
hi all
i create a console graphics programme in dev c++ with library <graphics.h> but a error is shown before the execute the programme.

ERROR is graphics.h is not such file & directory.
The <graphics.h> header is an old Borland BGI graphics library for doing direct graphics manipulation of your video hardware. Windows NT and later (4.0.something odd plus) won't let you do that.

You'll need to get a replacement. Fortunately, a pretty decent one exists:
http://www.cs.colorado.edu/~main/cs1300/doc/bgi/
http://www.cs.colorado.edu/~main/cs1300/doc/bgi/bgi.html

I've never used it myself, but it looks nice. Hope this helps.
closed account (2A4iE3v7)
thanks for reply

but who header file in the DEV C++ compiler for graphics
I'm not sure I understand your question.

If you mean "who has the header file - that I can use with DEV C++?"
then the answer is in the link I gave you. Download and follow their instructions on how to install it.

Otherwise you will have to ask again in a different way so that I can understand you better.
Will the BGI thingy work in Dev?
AFAIK. I've never used it.
Topic archived. No new replies allowed.