Content deleted Content added
Line 35:
== Program ==
DDA algorithm Program in C++ :-
# #include<graphics.h>
# #include<iostream.h>
# #include<math.h>
# #include<dos.h>
# #include<conio.h>
# #void main( )
#{
#float x,y,x1,y1,x2,y2,dx,dy,step;
|