Skip to content

arunarun58/cppAtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple ATM System in C++

This is a basic ATM system implemented in C++ for learning purposes.
It allows a user to log in using their ATM card number and PIN, and then:

  • Check account balance
  • Withdraw money
  • Exit the system

Features

  • Login with card number and PIN
  • Check balance
  • Withdraw money (only if enough balance)
  • Changes are saved in a simple text file (accounts.txt)

Database

Accounts are stored in a text file called accounts.txt with the format:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages