answersLogoWhite

0

Platform dependent. I guess you are using TurboC; it has a built-in help-system, and it comes with an example program called bgidemo.c

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why use setcolor function in c graphics?

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


Example program for setpixel function in c language?

C does not define a setpixel() function; it is a non-standard function. C is intended for general-purpose programming but graphics handling is system-specific. There are third-party libraries available to cater for graphics handling (many of which are generic) but without knowing which library you are using nor on which platform, it would be impossible to demonstrate a setpixel() function in any meaningful way. Best advice is to consult the documentation that came with your graphics library.


Why graphics mode use in c?

C has nothing to do with graphics.


How do you draw cloud using sector function in c plus plus?

There is no such function as sector in C++. You probably mean the sector function that was originally provided by Borland's Graphic Interface library (BGI), now owned by Embarcadero, but you won't find this function in any standard implementation of C++ since all graphics coding is platform-dependent. That is, C++ is intended to be generic and therefore has no built-in graphics support whatsoever; you have to use a graphics API and library that supports your specific platform's graphics devices. That said, the Borland/Embarcadero version of the sector function is typically used to draw and fill a pie-chart segment of an elipse (or circle). As such it probably isn't the best function for drawing stylised clouds. You'd probably be better off using a series of arc functions instead.


Explain use of graphics in C language?

C has nothing to do with graphics.


How can you code a curve in c plus plus?

If you mean how do you draw a curve in C++, you can't. C++ does not have any built-in graphics support of any kind. All graphics are platform-specific so, to be able to draw graphics, you need a graphics API and library suitable for your platform and hardware. As a result, the code you use will not be portable. In most graphics libraries you will draw curves as a series of arcs, so you want to look up the arc() function in your library documentation.


How do you draw pie slice in c graphics?

using pie slice function akwinder can draw monkey which exactly looks like her.


Different built in graphics funcyion available in C programming language along with the syntax of each function?

Graphics is platform-dependent, it is not part of the standard C-library. I guess you are using TurboC, it has a built-in help system, plus it has an example program called bgidemo.c


What is initgraph?

A function in Borland's graphics library in TurboC; switches to graphics mode.


What is the built in function to draw lines in Visual C plus plus?

C++ has no built-in function to draw lines, nor indeed to perform any type of graphics output. The standard library is designed to be as generic as possible, and is therefore capable of supporting all platforms using text output only. Graphics output is obviously possible, but it is platform-specific so you will need a graphics API that provides functions that are specific to your operating system and/or hardware.


What is the function of the computers monitor?

To display graphics


How to solve bgi error Graphics not initialised in C?

to install the graphics driver