ghraphics in dev c++

Jun 5, 2008 at 8:35pm
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.
Jun 5, 2008 at 9:20pm
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.
Jun 8, 2008 at 8:19am
closed account (2A4iE3v7)
thanks for reply

but who header file in the DEV C++ compiler for graphics
Jun 8, 2008 at 2:49pm
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.
Jun 15, 2008 at 9:22pm
Will the BGI thingy work in Dev?
Jun 16, 2008 at 3:01pm
AFAIK. I've never used it.
Topic archived. No new replies allowed.