Skip to content

fishonamos/fishbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Programming learning course | Simple Bank Account Application

This is a simple bank account application written in C++. The app allows you to create a bank account, deposit money, withdraw money, and check the balance.

How to Compile and Run

  1. Open a terminal or command prompt.

  2. Navigate to the directory where the files are saved.

    cd path/to/your/files
  3. Compile the program using the following command:

    g++ -o bank_account main.cpp BankAccount.cpp
  4. Run the program:

    ./bank_account

Files

  • BankAccount.h: Header file for the BankAccount class.
  • BankAccount.cpp: Implementation file for the BankAccount class.
  • main.cpp`: Main driver program.

Features

  • Create a new bank account.
  • Deposit money into the account.
  • Withdraw money from the account.
  • Check the account balance.

Usage

Bank Account Management System

  1. Create Account
  2. Deposit Money
  3. Withdraw Money
  4. Check Balance
  5. Exit Enter your choice:

Follow the prompts to manage your bank account.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages