Functions in Graphics
• There are many built-in functions in Turbo c (BGI) Borland Graphics Interface is a graphics library that supports graphics in Turbo C. • Note: This function is only supportable in Turbo c (BGI compliers is only available in turbo c. • There are total 50 built-in functions available for use, we will discuss it one by one. • Note: A short discription, Example and a program for each function. • So let's start with Basic one: 1) initgraph(&gd, &gm," path of bgi") => This function is used to initialize terminal default mode i.e. text mode into graphic mode. => Parameter: 1) The address of gd. 2) address of gm. 3) path of BGI files. * gd is graphic driver(instruction) which is initialised to DETECT which is a macro define in "graphic.h" header file. * gm is graphic mode. * Path where your BGI files are present (you have to adjust this accordingly where you Turbo C compiler is installed). 🎨Program Link: 👇 https://github.com/Rinky6767/Computer-Grap...