Advanced Banking System in C++

Submitted by Joshua1 on
Hello codesters i’m Joshua once again. It’s been a long tym been busy with my dessertation. So today I want to show u guys how to write a real simulation of a real working Banking System in C++ which I named OutLawz Bank Inc. because am a big 2Pac fanatic. Back to the point now unlike other Bank systems, I wrote this system with an Admin side and the Banker side separately. This system will teach

Sales And Inventory System(Mobile).

Submitted by jahswant on
This is basically a port of Raj's Application. Sales And Inventory System to android plat form.What this application can do. Create New Invoices Start a new invoice with one tap, with the ability to add products, customers and notes. Perform Inventory Lookups Find out what's in stock , payment and payment due globally and individual customers. Add or Create a Customer Select an existing Customer

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.