C/C++

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

Intersection of Pair of Lines in the Goven Order of N Lines

Submitted by ashine1980 on
This project will teach you how to get the intersection of pair of lines in the goven order of N lines. This is very simple project. Download 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 K=0; int detA =0 , det1 =0 , det2=0 ;int SIZE=0; float *x,*y ; int lines=0;int p=0,q=0,r=0,s=0; float x_cor =0

Simple ATM machine

Submitted by cngirwa on
Simple C++ application which demonstrate ATM machine. Developed using Visual C++ in Visual Studio 2008. User can; 1. Log In 2. Deposit 3. Withdraw 4. Check balance 5. View bank information 6. log out If you are interested on this project, please modify it by adding; 1. Input validation 2. Add more ATM features 3. Add more users (system only allow one user to log in) Log in credentials are

Quiz Game in C++

Submitted by Bhaumik Mistry on
This is a very simple quiz game created using C++. This was intentionally created to help others who wants to learn this programming language. It has a very simple rules. First is enter your name and hit enter. Your name will display on the system. The quiz is a multiple choice. Hope you like this and learn from this project.

Sample C Questions

Submitted by deepak.gupta1501 on
The Folder contains 34 C Programs including : Armstrong number between 1 to 500, Calculate Profit and Loss, Check an year for leap year, Check whether a number is odd or even, Check whether a triangle is valid or not, Compare 'Area and Perimeter' of Rectangle, Convert Decimal number into its binary equivalent, Delete an element from an array at a particular position, Display ASCII value for a