a turbo c code that can make a slanting straight line based on inputted coordinates(sample: X(5,10) Y(15,25)) using only the following equation/formula: y=mx+b and m=(Y2-Y1) / (X2-X1).
5 replies to this topic
#1
Posted 30 November 2011 - 08:32 AM
|
|
|
#2
Posted 30 November 2011 - 09:06 AM
Try to do somthing by your self,post a piece of code here and we will help you.
#3
Posted 30 November 2011 - 11:26 AM
daisyotso said:
a turbo c code that can make a slanting straight line based on inputted coordinates(sample: X(5,10) Y(15,25)) using only the following equation/formula: y=mx+b and m=(Y2-Y1) / (X2-X1).
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:
#4
Posted 30 November 2011 - 01:45 PM
Aside from the obvious question of WHY ARE YOU USING TURBO C???? What do you have so far?
Side note: I deleted your duplicate posts.
Side note: I deleted your duplicate posts.
#5
Posted 01 December 2011 - 08:00 AM
Quote
a turbo c code
I have heard about c code; but what's this turbo c code? :)
I think i'm able to write a code for printing "Hello, World!". Proud of that!
#6
Posted 01 December 2011 - 08:47 AM
Turbo C is an OLD Borland product.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









