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++.
- A computer with a C++ compiler installed (such as GCC)
- A basic understanding of C++ programming
The ATM Machine Mini Project in C++ has the following features:
- User can Check the balance
- User can withdraw cash
- User's details
- Update Mobile Number
- 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
This is just a console base mini project and not using any real world data.