Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++.
- Host: GitHub
- URL: https://github.com/yashsaini99/bankmanagementsystem
- Owner: YashSaini99
- Created: 2023-08-28T14:02:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:59:19.000Z (4 months ago)
- Last Synced: 2024-07-17T21:40:36.464Z (4 months ago)
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.