answersLogoWhite

0

we can use graphics.h but nowadays its cumbersome to run it on 64bit architecture and moreover it has limitations.So we use opengl for it.For more info and c tutorials go to helpucode.blogspot.in

User Avatar

Wiki User

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


Can database programs create graphics?

You can create charts with them, but other than that you cannot create graphics with a database. They are not designed for dealing with graphics, so you would use a different program to create graphics.


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.


Why use setcolor function in c graphics?

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


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.


Create a line chart in c?

Charting is not a native function of the C language. Therefore, the only way to do this is to use a 3rd party package for graphing.Even if you do not use a 3rd party package to create a line chart, the actual method of generating the graphics is not native to C either, so you would have to use some framework for that process.


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.


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


Can you plot a graph using C graphics?

C has no native support for graphics. You would either have to use your local APIs or use an external library (ex: OpenGL).


Do you need a high level of graphics to use PowerPoint?

Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.Not necessarily. It will depend on the type of presentations you want to create. There are lots of simple graphics available that can be used in Powerpoint. As you use it more, you will learn more on how to use them. It is a presentation application, not a graphics one, so you are not necessarily doing a lot of changes to the graphics you use in it or creating them.


How do you take input in graphics mode in c plus plus?

C++ has no graphics ability whatsoever. C++ is a machine-independent programming language, but graphics are machine-dependent. To use graphics in C++ you must use an appropriate library. If you need cross-platform support, you must use a generic library. Each library has its own specific methods for accepting input thus you must consult the library documentation for more information on this aspect.