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.CPP
46Kb
Bank database using linklist/Ds-proj.doc
156Kb
Bank database using linklist/readme.txt
420b
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 ... 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 ... 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 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 ...