answersLogoWhite

0


Best Answer

C++ is a generic, cross-platform language, but graphics are platform-dependant. thus C++ has no built-in methods for graphics output. To draw graphics in C++ you need a low-level API and library specific to the platform and hardware you intend to target. Some libraries are highly abstract and therefore support cross-platform development, but most are platform-specific. Consult the documentation that came with your library.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you draw a sphere in computer graphics using C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the disadvantages of using virtual components in SolidWorks?

you need a alienware computer, with extreme graphics to draw it.


What are the Name of softwares of computer graphics?

Adobe photoshop, coral draw etc


What are those computer things that you can also draw on?

The input device that you use a pen on is called a tablet.


What is Graphics software in simple words?

Graphics is about pictures, images, letters and symbols. Software are the instructions to a computer to do things. Graphics software are computer tools that lets you draw and write things to create images, pictures and symbols.


How do you draw pie slice in c graphics?

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


How do you draw Logic Gates in C language?

The C language is not a graphics language and you cannot draw logic gates using it. C is a programming language, and it is possible to use a graphics library to do so, but you did not specify which library you were using. Please restate the question.


What is graphics programming in vb?

Graphics programming is when you manually draw an item to your application instead of using a picture box, label, or button. To start drawing graphics you need to import the graphics library. Imports System.Drawing.Graphics Then create a new graphics Dim g As New Graphics that is it. when you call "g" you will have many operators in it to draw to the forum. Hope this helps :)


Is it possible to draw sphere?

It is certainly possible to draw a 2 dimensional picture of a sphere, and make it look like a true sphere.


How do you draw a line on Java Graphics?

Drawing a line from (x1, y1) to (x2, y2) using a default Graphics object: graphics.drawLine(x1, y1, x2, y2);


Difference between gks and phigs in graphics?

Phigs used to draw 3-d graphics where as gks is used to draw 2-d graphics


What is graphics software?

Using graphics software programs enables you to draw and edit images, from line drawings, to color illustrations, to photos.


How does a graphics card works?

A graphics card provides extra processing power to a computer that is specialized in the preparation of video images. Some specialized functions that they provide include functions to draw lines, calculate the textures of objects, provide lighting effects. The computer runs software specifically designed for the graphics card, often called a 'driver' which tells the computer what functions the graphics card is capable of assisting with.