answersLogoWhite

0

How to run C graphics program?

Updated: 8/9/2023
User Avatar

Wiki User

15y ago

Best Answer

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

User Avatar

Wiki User

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

Wiki User

15y ago

The simplest way is probably to use OpenGL

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to run C graphics program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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.


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


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


What is the program in c plus plus that will have a flag being hoisted?

C++ is a generic programming language. As such, it has no graphics capability built-in. Therefore you will need a graphics library to suit your hardware. Once you have access to your library, look at methods of using animated GIFs within your application.

Related questions

How do you run graphics program in C?

pro c language to implement linear search using pointers


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.