+ 3
How to embed <graphics.h>library in c++ in codeblocks?
I try including graphics library by just using simple include statement but it doesn't seems to be included...can anyone tell me the mistake I m doing?
1 Antwort
+ 1
Code blocks doesn't have any header file called graphics.h . It was we'll used in Turbo-C and it got outdated. Code blocks has some other provision for graphical programming.
http://www.codewithc.com/how-to-include-graphics-h-in-codeblocks/