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.