answersLogoWhite

0

What is bgi?

Updated: 10/31/2022
User Avatar

Wiki User

12y ago

Best Answer

BGI stands for Borland Graphics Interface. These are the files that contains the information about the graphic functions to be used. These are responsible for performing graphic operations under dos.

In Borland turbo c++ these files are contained in directory.

-> c:\tc\bgi

By default these are loaded in the current directory while compiling and executing the program under c/c++ but sometimes we need to specify their path in "initgraph() function.

like:

initgrapy(&gdriver,&gmode,"c:\\tc\\bgi");

otherwise it will display you error about bgi.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is bgi?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic