Languages C / C++ Data Structures  

Bank data base with link list

download download  
important code information
author:
MIAN RASHID
minimum requirements:
Bank data base with link list description

It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits Zakat(it is an islamic rule in which a rich person gives a 2 1/2% of his property to the poor peoples).


This is my second semester project of Data Structure. It is Bank database with the help of Link List. In which u creat accounts delete account debits and credits Zakat(it is an islamic rule in which a rich person gives a 2 1/2% of his property to the poor peoples).


File List:
Bank database using linklist/0b
Bank database using linklist/DS.CPP46Kb
Bank database using linklist/Ds-proj.doc156Kb
Bank database using linklist/readme.txt420b

Similar code
_Palindrome Checker (Popularity: ) : Palindrome checker that uses stacks and Queue's (my own, not STL). Uses basic win32api. A palindrome is a string that reads forwards as it would backwards. e.g. 'bob' is a strong palindrome, 'maddam' is a strong palindrome, 'ann a' is ...
A Simple C++ Stack (Popularity: ) : These program implements a stack and use a static array to store the data,there is a lot of methods for manipulating the data: "push", "pop", "size"
Link List - Data Structure (Popularity: ) : You can learn Pointer & Link List easily. Familiar with Link List
Sorted Link List - Data Structure (Popularity: ) : Familiar With Link List & Pointer
AVLTree Display (Popularity: ) : Implementation of AVL Tree with recursive Display member function. Tree displayed sideways left to right. If you want to play with it you can change data.txt file. Please rate it.
AVL tree with template queue (Popularity: ) : A complete and easy to use avl tree with insert,delete and search funtions. Also for printing in level order, it makes use of a template queue in the included file "queue2". Plz. Rate for me, if u like the code
ADT dinamic array (Generic) (Popularity: ) : Implements a dinamic array without making uso of linked list. Instead i use the instruction realloc when the array needs to grow. The array allow elements of any type.
Workshop Simulation (Popularity: ) : A workshop made by using a priority queue a link list which will decide if one of the mechanic is not available how to efficiently use the workshop with other part time mechanic
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 157
version
size in Kb 122
popularity   2440/7913373
user rating 3/10
ad


New Code
Popular Code