answersLogoWhite

0


Best Answer

I presume you need a graphics package that you can use with C. Do some Google searches (and remember to specify your OS) and pick the one you like the best.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you draw a line using c garphics best site?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you draw 2 lines using autoCad 2008?

Type ml in the command line.


C program to Draw a line chart?

draw a line chart.


How do you draw a square using line command?

Line (x1, y1, x2, y1); Line (x2, y1, x2, y2); Line (x2, y2, x1, y2); Line (x1, y2, x1, y1);


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);


Flowchart to find the sum of the square of first 30 even numbers?

The flowchart in deriving the sum of the square root of first N even numbers, You may follow the steps provided below: # Draw the start symbol then a flow line connecting to item #2 # Draw the init box for the syntax: set variable_A=0, variable_Chk=0, variable_Sum=0, variable_Sqrt, then a flow line connecting to item #3 # Draw the input box and write variable_A then a flow line connecting to item #4 # Draw the decision box for 'Is variable_A not numeric?'. if yes, draw a flow line connecting to item#3 else draw a flow line connecting to item#5 # Draw the process box for the syntax: compute variable_Chk=variable_A / 2 then a flow line connecting to item #6 # Draw the decision box for 'Is variable_chk not whole number?. if yes, draw a flow line connecting to item #3 else draw a flow line connecting to item #7 # Draw the process box for the syntax: compute variable_Sum=variable_Sum + variable_A then a flow line connecting to item #8 # Draw the decision box for 'Do you want to add another number?'. if yes, draw a flow line connecting to item#3 else draw a flow line connecting to item #9 # Draw the process box for the syntax: compute variable_Sqrt=SQRT(variable_Sum) then a flow line connecting to item #10 # Draw the output box and write variable_Sum, variable_Sqrt then a flow line connecting to item #11 # Draw the end symbol. Where: variable_A contains a given N number, variable_Chk contains the quotient of variable_A / 2, variable_Sum contains the sum of N numbers and variable_Sqrt contains the result.

Related questions

Can you draw a label line ab using a straightedge?

Draw and label line Ab


Why is it impossible to draw a line segment using Euclidean geometry?

It is impossible to draw a straight line.


How do you draw two parallel lines using only a straightedge and a protractor?

Draw a line. Draw a perpendicular to that line then a perpendicular from that one.


Can you give me a sentence using idiom?

draw a line-i draw the line when it comes to lending money to friends


What are the steps to graph an equation of a line using the intercepts?

Draw the axes. Plot the two intercepts. Draw a line connecting the two points


How do you construct a parallel line using a perpendicular line?

Start with a line, L1. Draw a line perpendicular to it, L2. Next draw a line perpendicular to L2, but not the same as L1. This last line will be parallel to L1.


How do you construct parallel lines using set square and ruler?

Draw a construction line (to be deleted) perpendicular to the lines you wish to draw. Lay one edge of the set-square (not the hypotenuse) along this line and draw one line using the other non-hypotenuse edge. Repeat this further up the construction line. Delete the construction line.


How do you draw a line segment 6 cm long?

Two methods: Draw a straight line using a straight edge Mark one point on it Set a pair of compasses to 6cm With the point on the mark, draw another mark with the compasses on the line. The line between the two marks is a line segment of 6cm. Using a rule marked in cm draw a straight line between the 0cm and 6cm marks along its edge.


How do you draw a line that is 12.5 centimeters long?

By unit of length and distance and conversion ,we can say that we acn draw a line that is 12.5 centimeters long using a ruler .


How do you graph the direct relationship?

you draw the line of best fit


How do to keep in a straight line when using a sewing machine?

draw a line lightly with a ruler then follow it. that's what i do.


How do you draw a Line using MFC and to do animation of this line?

take a pen and use dc->LineTo(point).