answersLogoWhite

0

What is the header file of graphics?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

The header file of graphics in TurboC is graphics.h

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the header file of graphics?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which directories should be entered for graphics code in c?

use grphics.h header file


What header file do you need to produce a plot in c plus plus?

There is no such header in the standard library because graphics are a non-generic, platform-specific feature. For graphics output, including a plot, you need a graphics library and API suitable for your platform and hardware.


How to use graphics in c plus plus?

At the beginning in the header file: #include <graphics.h>


Can a header contain graphics?

Yes it can. There is limited space, so only small graphics are practical, but you can have them in the header.


What is the use of DOS header files in graphics?

It shows the header information..


What is the different between header file and header pointer?

Header file is a file which is meant to be included into another file during compilation. Examples: string.h, stdio.h, inttypes.h. Header pointer is a pointer to an object called header (for example header of a linked list).


What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


A--is text and graphics that print at the top of each page?

Text printed at the top of the page is called a header.


Which element can be inserted into a header or footer using the header and footer design contextual tab?

Graphics


Which compiler supports graphics in c plus plus and also mention the header file if possible also mention the example... ............?

All compilers do. You have to download the graphics library yourself.Examples:OpenGLDirectX (also includes other stuff)SDLSFMLConIOetc.


How do you create a user defined header file?

Header files are not much different from usual cpp files. There are basically two different things. It's file extension: you need to choose "header file" when you create it or save as .h file. Second is header files do not have main() function. When you are done with you header file do not forger to include it in your project by writing preprocessor directive:#include "your_header_file.h"


What is the use of header file stdbool.h?

stdbool header file use for a new data type that is boolean value