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 :
Liked By
Write Answer
Code blocks
Join MindStick Community
You have need login or register for voting of answers or question.
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 :