Generation of Binary Code using C

Submitted by Arup Kr Goswami on
Hello, This is a simple C source code, written in g++ platform (Ubuntu, Linux). This is a process to generate Equivalent Binary numbers of decimal values. Here, you have to Push values in stack at first, (Sequentially in decreasing order, e.g 4, 3, 2, 1), then it will generate a palindrome sequence (Length will be [2^n]-1 for given n numbers). Then you will show Binary numbers of maximum n bit

Various Sorting Techniques & Properties of Object Oriented Programming using c++

Submitted by Arup Kr Goswami on
Hello every one, This C++ Source code consists of various sorting techniques, like Bubble sort, Insertion sort, Selection Sort etc. Here properties of Object Oriented Programming is used, like concept of Class, Inheritance & other few properties are shown. This is written in g++ platform (Ubuntu, Linux). It is very simple & easy to understand. Hope it will help others.

Determine Types of Triangle

Submitted by Arup Kr Goswami on
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.

Basic Stack Operations, Introducing Properties of Object Oriented Programming using C++

Submitted by Arup Kr Goswami on
Hello, This is a code written in g++ platform. This shows basic stack operations, i.e Push, Pop & Traverse. It is done by using properties of Object Oriented Programming (OOPs). Hope, it will help others. Don't forget to like this page.

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

Submitted by Arup Kr Goswami on
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.