Skip to content

Welcome to the Simple Banking System, a user-friendly C++ program that simulates a basic banking experience.

Notifications You must be signed in to change notification settings

abdullah4tech/Bank-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Banking System 💰💳

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. 🏦

Features 🌟

  • 💼 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.

Usage 🚀

  1. Compile the program: Use your favorite C++ compiler, like g++, to build the program:

    g++ main.cpp -o banking_system
  2. Run the program: Start the Simple Banking System:

    ./banking_system
  3. Enjoy the experience: Follow the on-screen instructions to easily manage your accounts and transactions.

License 📜

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.

Disclaimer 🙅‍♂️

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! 👨‍🔬👩‍🔬

About

Welcome to the Simple Banking System, a user-friendly C++ program that simulates a basic banking experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages