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 :
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Include 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 :