answersLogoWhite

0

How do you run graphics program in C?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

pro c language to implement linear search using pointers

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you run graphics program in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to run C graphics program?

"http://wiki.answers.com/Q/How_to_run_C_graphics_program"


How do you implement a program to display the Indian flag with colors using c graphics?

ANSI/ISO C does not and never has done graphics.


Menu driven program in c programming?

You can find the source code of the menu driven graphics program here: http://www.start2code.com/Cresources/menu-driven-graphics-program-c.html


Is there any graphics program in c?

Search for BGIDEMO.C in your TurboC. There are thousands. Many Unix/Linux graphics programs are written mainly in C or C++, including X itself.


Is c graphics same as embedded c?

No. Embedded C refers to C used to program the computer in robots, microwaves, your car, etc. C graphics is very generic and can refer to 3D rendering or just making a GUI.


How do you implement graphics in C on windows vista?

Install Dos BOx in your computer.. open it and write mount c c:\turboc3 if the c folder is c:\turboc3. now move to c: and simply type the name of the C executable file for example TC. C will open and you will be able to do graphics programming.. but dont use ctrl+f9 to run the program... go to the menu and select the appropriate option


What is and gm and and gd in c program?

gd is graphics driver specifies which graphics driver to be used..... gm is graphics mode sets highest resolution for detected driver


What has the author Mark Mallett written?

Mark Mallett has written: 'Graphics programming with Microsoft C 6' -- subject(s): C (Computer program language), Computer graphics


Is Microsoft publisher the name of a graphics program?

No. It can do things with graphics, but it is not a graphics program. It is a desktop publishing program.


Files needed to run openGL program?

In order to run a OpenGL program, you must download and install a program called GLDirect. This program allows you to run OpenGL-based games and other applications using your graphics card's DirectX drivers.


What has the author Mark Walmsley written?

Mark Walmsley has written: 'Programming in Java' 'Graphics programming in C++' -- subject(s): C++ (Computer program language), Computer graphics, Microsoft Windows (Computer file) 'Internet Programming in C++'


Program a line roating about xy plane using C plus plus programming?

C++ has no built-in graphics methods, including line drawing. Graphics is platform-specific and, as such, requires a graphics API and library specific to your platform and hardware. As a result, there is no generic, one-size-fits-all C++ code for drawing graphics of any kind.