0
How to include graphics library?
As i asked before that how to include graphics library in codeblocks..I tried the method available on internet but it is also not working can anybody tell how to correct this problem?
2 Respostas
+ 14
<graphics.h> has been deprecated. You will have to get yourself an alternate library.
+ 2
graphic library is a party of Borland compiler and it doesn't comes with GCC, so if you are trying to use old graphics library with GCC or Mingw you have to link library and then use headers in code. I will strongly suggest you to use opengl instead of old graphics library.