answersLogoWhite

0

C++ is a generic language and, as such, has no built-in graphics capability. Graphics are platform-dependant, thus if you want to use graphics in C++ you must use a graphics library and API that caters for your hardware and platform. The API needn't be written in C++, may be generic and may be as abstract as suits your needs. For example, for Windows graphics, you'd either use generic DirectX or OpenGL API calls. But not knowing which platforms you are targeting, it's impossible to provide you with the specific code your require. Consult your IDE documentation to see which, if any, graphics libraries are provided.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What can you say about the graph of Ax plus By equals C if B is equal to zero?

If B=0, then the graph does not depend on the value of y. This is a vertical line at x = C/A


What is the use of print option in c plus plus?

C++ has no print option. The print option in your IDE allows you to print your C++ source code, thus giving you a "hard" copy of your code.


What can you say about the graph Ax plus By equals C about the graph Ax plus By equals C?

It is a straight line with gradient -A/B and intercept C/B.


How do you print to the screen in C plus plus?

printf();


Which statement is a correct interpretation of the vertical line test?

A-If there exists a vertical line that intersects the graph at exactly one point, the graph represents a function.B-If there exists a vertical line that intersects the graph at exactly one point, the graph does not represent a function. C-If there exists a vertical line that intersects the graph at more than one point, the graph represents a function.-DIf there exists a vertical line that intersects the graph at more than one point, the graph does not represent a function


When graphing rise over run and there is no run how do you graph it?

If there is no run, the equation is of the form x = c where c is some constant number. In that case, the graph is a straight vertical line, at a distance c to the right of the y-axis (left of the y-axis if c is negative). If there is no run, the equation is of the form x = c where c is some constant number. In that case, the graph is a straight vertical line, at a distance c to the right of the y-axis (left of the y-axis if c is negative). If there is no run, the equation is of the form x = c where c is some constant number. In that case, the graph is a straight vertical line, at a distance c to the right of the y-axis (left of the y-axis if c is negative). If there is no run, the equation is of the form x = c where c is some constant number. In that case, the graph is a straight vertical line, at a distance c to the right of the y-axis (left of the y-axis if c is negative).


C plus plus program to print number patterns?

bghjg


Do I need a C plus plus program to print PASCAL's triangle?

No.


Write a C plus plus function that print a triangle of stars?

Write a function that print a triangle of stars.


Y equals mx plus c c?

That is the standard equation to graph a line.


How print the string with double cot in c plus plus language?

console.wrikerle("""");


What equation has a graph parallel to the graph of 9x plus 3y equals -22?

3x + y = c where c is any constant number of your choice.