Some of the Errors Startup and New Programmers face while writing Graphics programs in C or C++ :
- Messages like " Cannot open include file < graphics.h > " .
- Linker errors relating to < graphics.h > .
- Messages like : Graphics not initialized .
- Copy the file [ egavga.bgi ] from the folder BGI to BIN folder
- GoTo OPTIONS > LINKER > LIBRARIES and mark the Graphics option
- Use int gdriver , gmode = DETECT; initgraph( &gdriver, &gmode, "" ) ; before writing any graphics code ;