https://github.com/roycuadra/bank-system
https://github.com/roycuadra/bank-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roycuadra/bank-system
- Owner: roycuadra
- Created: 2023-05-13T13:22:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T13:33:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T09:42:15.328Z (3 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank System in C++
## Overview
This is a simple bank system implemented in C++. It allows users to create and manage bank accounts.## Features
- Create and delete accounts
- Deposit and withdraw money
- Check account balance
- Transfer money between accounts## Installation
1. Clone this repository
2. Navigate to the project directory
3. Compile the code using your preferred C++ compiler## Usage
Run the compiled program to start the bank system. Follow the on-screen instructions to use the various features.## Contributing
Contributions are welcome! Please open an issue or submit a pull request if you would like to contribute.