Skip to content

Akash-1808/Bank-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🏦 Terminal-Based Bank Management System (C++)

A simple terminal-based banking application built in C++ to simulate basic banking operations such as account creation, deposit, withdrawal, and balance inquiry. This project helped me strengthen my understanding of Object-Oriented Programming and STL vectors in C++.

πŸš€ Features

  • Create a new bank account
  • View account details
  • Deposit and withdraw money
  • Display all accounts
  • Search account by account number

🧠 What I Learned

  • Implementing classes and objects in C++
  • Using vectors to store dynamic lists of accounts
  • Writing clean and modular C++ code
  • Handling user input and performing basic validation
  • Applying object-oriented principles like encapsulation

πŸ›  Technologies Used

  • C++
  • Standard Template Library (vector)
  • Terminal/CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages