answersLogoWhite

0

Can graphics be added to c?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

You can use graphics libraries in C, but those are platform-dependent; for Dos/TurboC consult BGI.H and BGIDEMO.C

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Why graphics mode use in c?

C has nothing to do with graphics.


Explain use of graphics in C language?

C has nothing to do with graphics.


Why use setcolor function in c graphics?

C language doesn't say anything about graphics, it is platform-dependent.


How were graphics first added to a document?

Photoshop.


How to solve bgi error Graphics not initialised in C?

to install the graphics driver


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.


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 are the parts of c plus plus environment with drawing?

C++ has no built-in graphics methods. C++ is a machine-independent programming language, but graphics are machine-dependent. To make use of graphics of any kind, you must use a suitable graphics library. If you need cross-platform support, use a generic library.


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 has the author E C Strong written?

E. C. Strong has written: 'media Graphics Corporation' -- subject(s): Media Graphics Corporation


What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


How do you take graphics printout written in C?

To take graphics printouts in C, you can use libraries like OpenGL or SDL to create graphics and render it on the screen. After rendering your graphics, you can take a screenshot of the screen using platform-specific functions or libraries. Another option is to save the graphics to an image file format like PNG or BMP using libraries that support image output in C.