I have this code:
#include int main( ) { initwindow( 700 , 700 , \"MY First Program\"); circle(200, 200, 150); getch(); ret
You must include the initgraph() function. Add this:
initgraph()
int gd=DETECT,gm; initgraph(&gd,&gm,"c:\\TC\BGI"); //Path where BGI folder appears