Bankist application in
C++
by usingDYNAMIC MEMPRY ALLOCATION
andOBJECT_ORIENTED_PROGRAMMING
concepts. Its main features are login system, user authentication ,create a new account , requesting loan , transfer money, sort your movements , currency converter , delete your account and log out system .
Bankist project
main feature is abstraction
and data-encapsulation
.Main contain only default
accounts data, memory allocation and deallocation and one executed external function.
username | password |
---|---|
ma | 111 |
aa | 222 |
bs | 333 |
- How to use the
Dynamic Memory Allocation
. - Data hiding and Encapsultion of Classes .
- Real World Banking system .
- Login, create new account system.
- Requesting Loan ,Transfering loan system.
- Sort your movements and delete your account system.
- All input validations are done .
- No memory leakage in run-time all dynamic memory is deallocated.