This is a simple banking system implemented in C++. It allows users to perform various banking operations such as depositing money, withdrawing money, and checking the account balance.
- Allows users to create a bank account with details such as name, account type, and ID.
- Enables depositing money into the account.
- Enables withdrawing money from the account.
- Allows users to check their account balance.
- Provides a simple menu-driven interface for user interaction.
-
Clone the repository:
git clone https://github.com/adithyanhp/Banking-System-using-cpp.git
-
Navigate to the directory:
cd Banking-System-using-cpp
-
Compile the program:
g++ banking_system.cpp -o banking_system
-
Run the executable:
./banking_system
-
Follow the on-screen prompts to create a bank account, deposit money, withdraw money, or check the account balance.
This project is licensed under the GNU General Public License (GPL) Version 3.