answersLogoWhite

0

What is the use of DOS header files in graphics?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

It shows the header information..

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

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

What are the Names of header files in java?

Java doesn't use header files.


Why to use header file to easy know?

in the java as we use the inheritance property in the same way we can get the the inheritance property in c by using the prepared header files( .h files). there a single program in c use the many methods of many header files like math.h give us to use the use of floor(), sqrt() e.t.c. functions..


Why you use header files in c?

the use of header files is to add functionality. Header files are basically saying put code in that header file here so you don't have to type that many lines of code.


What is the use of header files as used in C programming?

Header files are used to have declarations. It is simple to include a single header file than writing all the needed functions prototypes.


What is the role of header files in c?

Header files allow the user to make use of predefined libraries in order to save time and reuse code.


Can you use header files on the bottem of the program?

You can use header files (more specifically "include" files) anywhere in a program. You just have to consider what type of statements, declarative or definitive, there are in the include file, and what your effective scope is. That is why they are generally at the top.


How to use graphics in c plus plus?

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


How many header are using in c programming?

No explicit limit, you can use so many header files as you want.


Why doesn't Java use header files?

A header file in C is used to import the features of parent classes in our class. The same feature is provided by the import statement in Java hence the header files are not used.


Which directories should be entered for graphics code in c?

use grphics.h header file


Can graphics be added to c?

You can use graphics libraries in C, but those are platform-dependent; for Dos/TurboC consult BGI.H and BGIDEMO.C


How do you copy files to ram in ms-dos?

To copy files to RAM in MS-DOS, you have to use the COPY function after converting the file to a system file with the *.sys extension.