Skip to content

[Feature]: Implement Bank Management System with core banking operations #6

@indrasuthar07

Description

@indrasuthar07

So, what is it about?

Develop a console-based Bank Management System in C++ to simulate basic banking operations.
The system should allow users to create accounts, deposit/withdraw money, check balances, and view transaction histories.

Acceptance Criteria:

[ ] Create an Account class with attributes like account number, holder name, balance, and transaction history.

[ ] Implement core functionalities:

Create new account

Deposit amount

Withdraw amount (with balance validation)

Display account details

View transaction history

[ ] Implement proper error handling for invalid inputs and insufficient balance.

[ ] Use Object-Oriented Programming principles for modular design.

[ ] Maintain clean code with comments and descriptive function names.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions