Skip to content

tjyalmorin/atm-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ATM Simulator

A simple ATM system simulation built with C++ that uses a flash drive as an ATM card.

About

School project that simulates basic ATM operations. The unique feature is using a flash drive to store and authenticate user data, similar to how real ATM cards work.

Features

  • Withdrawal
  • Deposit
  • Balance inquiry
  • Flash drive as ATM card storage
  • User authentication

How to Run

g++ main.cpp -o atm_simulation
./atm_simulation

How It Works

  1. Insert flash drive (ATM card)
  2. System reads user data from the drive
  3. Perform ATM operations
  4. Data saved back to flash drive

Group project by tjyalmorin and team

About

ATM simulation system that uses a flash drive as an ATM card

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages