You are on page 1of 1

1.Load Graphics Driver int gd,gm; initgraph(&gd,&gm,"path to your .

bgi file") gd--> graphics driver gm--> graphics mode keep .bgi & .chr files in the bin folder .bgi --> files for good graphics EGAVGA.bgi also can be used 2.use any graphics functions like line(initial pt,final pt ) circle() rectangle() etc closegraph() closes the graphics mode and return it back to the test mode.

You might also like