Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 828 Bytes

File metadata and controls

21 lines (19 loc) · 828 Bytes

ATM Machine Mini Project C++

Welcome to the ATM Machine Mini Project in C++! This project is a simple simulation of an ATM machine, designed to demonstrate basic programming concepts of Object Oriented Programming in C++.

Requirements

  • A computer with a C++ compiler installed (such as GCC)
  • A basic understanding of C++ programming

Features

The ATM Machine Mini Project in C++ has the following features:

  1. User can Check the balance
  2. User can withdraw cash
  3. User's details
  4. Update Mobile Number

How to Use?

  • Clone or download the repository to your computer
  • Navigate to the directory where you saved the project
  • Open it in any compiler
  • Run the executable file
  • Follow the on-screen prompts to use the project

Note

This is just a console base mini project and not using any real world data.