Skip to content

SanaDev-9/cpp-Banking-Embedded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking simulation (Embedded)

An Arduino-based embedded simulation of the cpp_banking system. Features keypad input, LCD output, EEPROM storage, and a menu-driven ATM system. A simple banking system built in C++ that supports account management and basic transactions using file handling.

Features

  • User authentication system
  • ATM operations simulation
  • Keypad input handling
  • LCD display interface handling
  • EEPROM-based data storage
  • Modular embedded system design

Build & Run

g++ main.cpp ATM.cpp -o atm_app
./atm_app

About

An Arduino-based embedded simulation of the banking system. Features keypad input, LCD output, EEPROM storage, and a menu-driven ATM system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors