answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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.


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.


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


How do you run graphics program in C?

pro c language to implement linear search using pointers


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.


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.


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++'


Can you use an image file in a C or C plus plus program?

Yes, but not in generic C++ unless you are simply reading the raw data from the image file. C++ has no built-in graphics support as graphics are platform specific. If you want to display the file you will need to use a 3rd-party platform-specific graphics API. Consult your IDE's documentation to see what, if any, graphics API is provided with your language. Cross-platform support is possible, but you really need a generic implementation of C++, such as gc++. VC++ is not ideally suited to cross-platform development.


How to run C graphics program?

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


Why graphics mode use in c?

C has nothing to do with graphics.