Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashsaini99/bankmanagementsystem

A Simple CLI Based Bank Management System made using C++.
https://github.com/yashsaini99/bankmanagementsystem

Last synced: 12 days ago
JSON representation

A Simple CLI Based Bank Management System made using C++.

Awesome Lists containing this project

README

        

# Simple CLI Bank Management System

This project is a simple Command Line Interface (CLI) based bank management system implemented in C++. It provides basic functionalities for managing bank accounts and transactions.

## Features

- **Account Management:**
- Create a new bank account
- Update account information
- Display account details

- **Transaction Handling:**
- Deposit funds into an account
- Withdraw funds from an account

## How to Use

1. **Clone the repository:**
```bash
git clone
```

2. **Compile the program:**
```bash
g++ bms.cpp -o bms
```

3. **Run the program:**
```bash
./bms
```

## Contributing

Contributions are welcome! If you'd like to add features or fix bugs, please fork the repository and create a pull request. For major changes, please open an issue first to discuss what you would like to change.

## Acknowledgments

- This project was created as part of Internship at Topperworold for learning C++ and basic software engineering principles.