A simple ATM system simulation built with C++ that uses a flash drive as an ATM card.
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.
- Withdrawal
- Deposit
- Balance inquiry
- Flash drive as ATM card storage
- User authentication
g++ main.cpp -o atm_simulation
./atm_simulation- Insert flash drive (ATM card)
- System reads user data from the drive
- Perform ATM operations
- Data saved back to flash drive
Group project by tjyalmorin and team