🏦 Bank Management System
Interactive Code Map
Click any function to see its code & details
Add
Show
Search/Shared
Delete
Update
Transactions
Shared
[1] Add Client
addnewclient()
↓
MadeOpearteAdd()
↓ ↓
read_out()
addDataLine()
↓
DataBaseBank
[2] Show Clients
ShowClient()
↓
vloaddatainfile()
↓ calls
vsplitstring()
convertLine()
↓
printDesinData()
[3] Search
search()
↓
check_acountnumber()
true ↓ false ↓
PrintClientCard()
Not Found
[4] Delete
delet()
↓ shared
check_acountnumber()
↓ if Y
markdelet()
SaveAgain()
[5] Update
updata_data()
↓ shared
check_acountnumber()
↓ if Y
ChangeRecord()
SaveAgain()
[6] Transactions
TransactionsMenu()
↓ sub-menu
depost()
↓
withdraw()
↓
ShowTotalBalances()
↓
calcTotalBalances()
👉
Click any function on the left to see its code and details