https://github.com/faizanzaheergit/linkedlistbankaccounts
This is an implementation of a Simple Bank Account System using Linked List and Txt File
https://github.com/faizanzaheergit/linkedlistbankaccounts
account-management bank-account banking-system cpp data-structures datastructures filesystem linked-list linkedlists
Last synced: 4 months ago
JSON representation
This is an implementation of a Simple Bank Account System using Linked List and Txt File
- Host: GitHub
- URL: https://github.com/faizanzaheergit/linkedlistbankaccounts
- Owner: FaizanZaheerGit
- Created: 2022-09-30T11:55:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T12:02:18.000Z (about 3 years ago)
- Last Synced: 2025-02-25T04:12:02.132Z (9 months ago)
- Topics: account-management, bank-account, banking-system, cpp, data-structures, datastructures, filesystem, linked-list, linkedlists
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedListBankAccounts
This is a simple implementation of a bank system,
In which we store account details like (Name PIN ACC# Amount),
Inside a Txt file, and we read the details into a Linked List Data Structure,
And we can perform operation through the data inside linked list, like:
Reading details of a particular account or all accounts, withdrawing or depositing amount etc.