answersLogoWhite

0

Since C is platform dependant and you must use include libraries I don't think anyone can give you a good answer except for (Read the documentation that came with the IDE)

User Avatar

Wiki User

18y ago

What else can I help you with?

Related Questions

How do you intialize graphic mode in c?

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


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 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.


Can graphics be added to c?

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


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.