C/C++

Free C/C++ Source Code. Download 10 latest C/C++ system's projects with source code for free here.

Determine Types of Triangle

Hello everyone, This simple C source code determines the type of Triangle. You have to enter values of three sides of the triangle, then result will come. Triangle formation is possible or not, if possible, then what type of triangle is being formed by the given three sides. It is written in gcc platform (Ubuntu, Linux). It is basically for the beginners. Hope it will help others.

Operations on Character Array & Properties of Object Oriented Programming using C++

Hello, Good day... I am trying to show various operations based on character array & to introduce few properties of object oriented programming using C++. The code is very easy to understand. This is written in g++ platform, on LINUX. Hope, it will help the beginners.

How to Calculate Temperature in Fahrenheit and Centigrade

How to calculate temperature in Fahrenheit and Centigrade. This code is very simple. I made it for my brother as his school assignment. The system will ask you for a temperature. When you put in the value, it then calculate and display the result in Fahrenheit and Centigrade(Celsius). It's cool and easy to understand code. Try it

Intersection of Random Two Lines From a Set of N Lines

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

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