How to embed <graphics.h>library in c++ in codeblocks? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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?

9th Mar 2017, 2:37 PM
Avrl Sngh
Avrl Sngh - avatar
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/
9th Mar 2017, 4:11 PM
Bhargav
Bhargav - avatar