Skip to content

manish3173/Bank-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bank Management System

The Bank Management System is a simple console-based application written in C++ that allows users to create accounts, transfer money between accounts, and check account balances.

Features

  • Create a new bank account with an initial balance.
  • Transfer money between accounts.
  • Check the balance of an account.

Requirements

  • C++ compiler (e.g., g++)

How to Compile

To compile the program, use the following command: bash

g++ bank_management_system.cpp -o bank_management_system

How to Run

After compiling, you can run the program using: bash

./bank_management_system

Contributing

Feel free to submit issues and pull requests. Contributions are welcome!

Contact

For questions or support, please contact:

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