answersLogoWhite

0

because initgraph() automatically detect current available graphmode and load it on to the graphdriver.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

How to prevent unauthorized memory access in c?

Make sure a password has been set on the computer and make sure its one that you know is easy to memorize but hard for others to find out. firewall - software firewall is a program that is stored into the computer which protects the computer from unauthorized incoming and outgoing data. virus protection program - that helps stop or detect and fix virus problems from happening.


How can the operatng system detect an infintie loop in a program?

An operating system can detect an infinite loop by monitoring the program's execution time and resource usage. If a process consistently consumes CPU cycles without yielding control or making progress, the OS may flag it as potentially stuck. Additionally, the OS can implement watchdog timers that trigger after a set duration, prompting a check on the program's state. If necessary, the OS can terminate the process to free up resources.


How do you detect an empty file in a c program?

Seek to the end of the file (fseek) and check how many bytes are in the file If the byte count is zero the file is empty.


How do you write a program that draws a rectangle using turbo pascal?

To draw a rectangle in Turbo Pascal, you can use the Rectangle procedure from the Graph unit. First, initialize the graphics mode with InitGraph, then specify the coordinates for the top-left and bottom-right corners of the rectangle. Use the Rectangle function with these coordinates, and finally, use CloseGraph to exit the graphics mode. Here’s a simple example: uses Graph; var gd, gm: Integer; begin gd := Detect; InitGraph(gd, gm, ''); Rectangle(100, 100, 300, 200); // Draws a rectangle ReadLn; // Wait for user input CloseGraph; end.


When the byte codes in a class file are invalid which one of the following must detect it?

When you have bytecode, the program is already compiled; so it would be the JVM which detects that.

Related Questions

How do you update your Intel graphics card?

go to intel website.it will automatically detect your computer's drivers and will update it


What is mean by gdriver in graphics?

in graphics gdriver means graphics driver. it contains DETECT as an exception.


What type of computer program is Dr Web?

Dr Web is an antivirus program. It is used to perform searches on one's computer and to detect and delete viruses. It can also help to prevent one's computer for getting viruses.


How you detect virus in your computer?

You can dated a virus with Your antivirus program Your firewall if it tried to connect out With an online virus scanner


How do you get rid of the about-blank virus?

Download an anti-malware program and fully scan the computer. It will detect and quarantine threats.


What kind of program is Registry Patrol?

The Registry Patrol program is a registry cleaning and repairing tool. The program is said to detect any problems on a Window's based computer and fix them with one click.


Who makes spybot?

Answer by TechsupportSpyBot is used to detect and remove spyware from your computer. It has been rated as a good antiSpyware program by Consumer Reports.The scripts make the program easier to use with JAWS.


What is the purpose of the Microsoft Safety Scanner software?

Microsoft Safety Scanner software is use to detect any malicious software and program on your computer and remove them without them causing damage to your computer.


How do you detect snoopware and remove it?

To detect and remove snoopware on a computer a person will need to use a malware removal program. Two good programs to use are Malwarebytes and ComboFix. Both programs are available to download for free.


What ways computer can be fooled on data intergrity?

Data Integrity is a quality control method that ensures that the information going into the computer program is useful to the computer program. Computer programs are written by humans. One reason that computer programs are written is that a human wants a large amount of data to be searched for relevant information. If the program is properly written it will detect information entered that is of little use to the program. Poorly written programs can be fooled by humans that want to enter football scores into a program processing weather information, but why would you want to fool the computer?


How do you connect ATI Radeon HD 2900 to Windows 7?

Hi, My friend i have had the same problem. OK basically plug all of the wires into the HD drive inside your computer, then turn on your computer and wait for it to detect the graphics card. Hope this helped :)


What does debugger software do?

Debugger software allows programmers to assess the efficacy of a computer program. As the program executes according to its code, the programmer can see, line by line, the functionality of the program and thus detect anomalies, making it easier for him or her to correct the code as needed.