answersLogoWhite

0

Include: #include "windows.h". To erase use the system("CLS"); for XP, system("Clear"); for Linux.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Can anyone give you the c plus plus code to check where the line ax plus by plus c cuts the circle x2 plus y2 plus 2gx plus 2fy plus c equals 0 where a b c g f are entered by the user?

Your question is not clear. Please give the formula to calculate the value of x and the condition at which the line cuts the circle


What is the slope of line whose equation is ax plus by plus c 0?

It is -a/b


Y equals mx plus c c?

That is the standard equation to graph a line.


If AC plus CB and gt AB then point C is?

C is not on the line AB.


If 6 plus c is to the left of 6 on the number line then c must be?

negative


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.


Parallel to line y equals -4x plus 1?

y = -4x + c for any c other than 1 (when c = 1 you will have the original line).


What is Ax plus By equals C with a qraph that is a straight line?

[ Ax + By = C ] If 'A', 'B', and 'C' are numbers, then the graph is always a straight line, and the equation is a "linear" one.


How it can be expressed in the form of ax plus by plus c equals 0?

The answer depends on "it" being the equation of a straight line and your starting point for "it". The equation of a straight line can be written as y = mx + c where m is the slope or gradient of the line and c is the intercept. Simple rearrangement of the terms gives: mx - y c = 0 and that is in the required form with m = a, -1 = b and c = c.


If ac plus cb plus ab then point c is?

the midpoint of


How do you draw an angle that measures between 90 and 180 degrees?

first draw a straight line. then erase half of the line and re-draw the part of the line that you erase and make this line slanted while one of the ends of the line is connnected to your straight line.


What is the difference between compilers and interpreters in c plus plus in tabular form?

C-compiler translates the C-source into Assembly or machine code. On the other hand, C-interpreter -- well, there is no such thing as C-interpreter.