A basic C++ console banking app for managing accounts, deposits, withdrawals, and transfers.
- Compiler: C++11 or newer (e.g., GCC, Clang, MSVC)
- Environment: Windows, Linux, or MacOS (any OS with a C++ compiler and terminal access)
- Libraries Used:
<iostream>for input and output<fstream>for file handling (saving and loading accounts)<cstdlib>for random number generation<chrono>and<thread>for timing delays (exit animation)<ctime>for seeding random numbers<cmath>for compound interest calculations
- Storage:
- A text file named
accounts.txtis used to save and load account data.
- A text file named
- Memory:
- Supports up to 100 bank accounts (can be increased by changing
Max_Accounts).
- Supports up to 100 bank accounts (can be increased by changing
git clone https://github.com/Joe50097/Simple-Bank-System.git
cd Simple-Bank-System
- Click the green Code button and choose Download ZIP.
- Extract the ZIP file to any folder.
Once the installation is complete, you can now run the script!
If you found this project useful or interesting, please consider giving it a β (star) on GitHub! Your support helps the project grow and lets others know that it's a valuable resource.
You can star the project by clicking the Star button at the top of the repository page!