Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 578 Bytes

About

This simple bank app in C++ was created for personal learning purposes. It's an extremely basic project meant for getting started with C++ programming. If you'd like to clone or use this code, feel free to do so. Keep in mind that this project is intentionally primitive and lacks comprehensive banking functionalities.

Change History

Version 0.001

  • Initial commit.
  • Simple application that includes bank account and deposit.

Version 0.002

  • Added while loop to detect if user still needs to use the bank.
  • User can now choose to close the application.