answersLogoWhite

0


Best Answer

Initgraph initializes the graphics system by loading a graphics driver from disk (or validating a registered driver) then putting the system into

graphics mode.Initgraph also resets all graphics settings (color, palette, current position, viewport, etc.) to their defaults, then resets graphresult to 0.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

You might have an error. Use graphresult and grapherrormsg.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why in c language initgraph doesn't work?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you intialize graphic mode in c?

Platform-dependent. For Turbo C, enter initgraph and press Ctrl+F1.


What is initgraph in computer graphics?

The initgraph() is a method that you always use when you want to write graphic programming in C++. It is used to initial graphi window before something can be drawn on the window.


Does c language really supports destructors?

it doesnt support destructors


What language does Windows XP work on?

C


How to use graphics in c plus plus?

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


Does Nick Jonas likes cows?

wat type of question is that? who cares about that? just go to jonasbros.com and c what he likes or doesnt and if that doesnt work then google it!


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


Thr first writer to produce a significant work in a vernacularnational language was?

C. Dante


How does the C language work as structured?

It is known as structured programming language because it has functions and you can go for a modular approach in solving the problems. However, object oriented concepts are not supported in C.


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object