You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple command-line ATM simulation in C++ that supports user authentication via PIN, balance tracking, deposits, and withdrawals. Designed as a learning project for practicing control flow, functions, and user input.