To all programmers out there, pls. help me with this problem...
I'm trying to use the graphics header and tried out a program that creates a
circle. But when I compile it, all I got is a message saying BGI Error: Graphics
not initiated use 'initgraph'...
I have all the files I need to use the graphics header but I can't still able to
use it. Anyone can explain why?What should I do? and by the way, I did use
initgraph but still got the same response...
To all programmers out there, pls. help me with this problem...
I'm trying to use the graphics header and tried out a program that creates a circle. But when I compile it, all I got is a message saying BGI Error: Graphics not initiated use 'initgraph'...
I have all the files I need to use the graphics header but I can't still able to use it. Anyone can explain why?What should I do? and by the way, I did use initgraph but still got the same response...
The system ask you to use function 'initgraph' to initlize the graph environment .
Read the help on initgraph. There are also many modes you can switch to.