INTERSECTION OF RANDOM TWO LINES FROM A SET OF N LINES

Intersection of Random Two Lines From a Set of N Lines

Submitted by ashine1980 on
This project will teach you how to get intersection of random two lines from a set of N lines. It was created using C/C++. This is very easy to do project. Download the project to see the full source code/ Please don't forget to like my page. #include #include #include #include int i=0; int a1=0 , b1=0 ,c1=0; int detA =0 , det1 =0 , det2=0 ; int l1=0 ,l2=0; float x=0,y=0 ; int lines ;int p=0,q=0,r