It is Header file. It includes the any graphics can be done with this header file.
2006-09-01 17:25:21
·
answer #1
·
answered by sudhi's 3
·
0⤊
0⤋
To be accurate graphics.h isn't even a part of c language, it is just a header file provided by an obselete version of turbo C compiler, which is still unfortunately used in schools in india.
The moment you use grpahics.h you are restricting your program to be run only on dos based platforms, where as c is natively a platform independent language.
Now as to what exactly it is:
Well graphics.h is a library which makes the process of introducing graphical elements (circles,lines, colors etc) a lot easier in c programs written especially for dos based platforms. Though use of graphics.h is not at all a mandatory condition for their inclusion.
Hope this helps!
cheers!
2006-09-01 18:56:40
·
answer #2
·
answered by subiet 1
·
0⤊
0⤋
Graphics.h is the header file which is a must in c to execute all programs that includes graphics functions.
Basically a header file is a package that contains a set of related inbuilt functions.
I hope now it is clear to u why Graphic.h is included for any pgm. that includes some grahpics function to be executed.
2006-09-01 18:23:54
·
answer #3
·
answered by pooja 2
·
0⤊
0⤋
It can be used for creating GUI.
It contains functions which can be used to draw lines,shapes,paint,fill with color,paint text etc.
just check graphics.h in c compiler and get detailed help of each and every function.
2006-09-01 18:23:35
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
it is a graphic header file, with the help of this file u can do any graphic work in ur c program. this file inludes many graphic functions and this file also helps the c compiler to load graphics.
2006-09-01 19:57:27
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
in the previous u study C++, u could comprehend the C lang. If u comprehend C lang, then studying any comp lang will turns into rather undemanding. B`cos C is the mummy language of desktops. in accordance with C many different lang r progressed. So u initiate studying from C lang & then go 4 different lang.
2016-09-30 06:27:33
·
answer #6
·
answered by murchison 4
·
0⤊
0⤋
It is Header file. It includes the any graphics can be done with this header file.
2006-09-01 17:32:06
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋
See every GUI program built on C need this one.
You can draw usign these.
2006-09-01 17:11:27
·
answer #8
·
answered by Elo 3
·
0⤊
0⤋