How to include graphics.h in CodeBlocks?
Code blocks
1416
27-Jun-2018
Updated on 28-Jun-2018
Prakash nidhi Verma
28-Jun-2018Include graphics.h in CodeBlocks:
Compiling graphics codes on CodeBlocks IDE shows an error:
Cannot find graphics.h. This is because graphics.h runs is not available in the library folder of codeBlocks. for successfully compile that graphics code on CodeBlocks use setup winBGIm library. Include graphics.h in CodeBlocks Please follow below steps in sequence to include “graphics.h” in CodeBlocks to successfully compile graphics code on Codeblocks.
There will be three files which need to be download:
graphics.h
winbgim.h
libbg.a
Follow these steps :