Welcome to the Simple Banking System, a user-friendly C++ program that simulates a basic banking experience. Manage your accounts, make deposits, withdraw cash, and check your account balance with ease. ๐ฆ
- ๐ผ Create a new bank account with an account holder's name and an initial balance.
- ๐ธ Deposit money into an existing account.
- ๐ณ Withdraw money from an existing account.
- ๐งพ Check the balance of an existing account.
- ๐ User-friendly menu interface for a hassle-free experience.
-
Compile the program: Use your favorite C++ compiler, like g++, to build the program:
g++ main.cpp -o banking_system
-
Run the program: Start the Simple Banking System:
./banking_system
-
Enjoy the experience: Follow the on-screen instructions to easily manage your accounts and transactions.
This program is distributed under the GNU General Public License, Version 3 - your gateway to use, modify, and share this software freely! ๐ For full details, see the LICENSE file.
Please remember that this program is designed for educational purposes and is not suitable for real-world, production-level banking. It lacks advanced security features, data persistence, and other features necessary for real-world use. Keep your transactions here for learning and experimenting! ๐จโ๐ฌ๐ฉโ๐ฌ