Git Product home page Git Product logo

atm's Introduction

ATM System

This repository contains a simple ATM system implemented in C++. The system allows users to perform basic banking operations like cash withdrawal and balance checks. The system uses a file-based approach to store user data.

Table of Contents

Description

The ATM system is a console-based application written in C++. It simulates an automated teller machine that enables users to perform various banking operations. The code implements basic functionalities such as user authentication, cash withdrawal, and balance checks. Data is stored and retrieved using a file-based approach.

Features

  • User authentication using a user ID and PIN
  • Cash withdrawal functionality
  • Balance checking
  • Data storage in a binary file

Getting Started

To get started with the ATM system, ensure that you have a C++ compiler installed on your system. You can use any standard C++ compiler such as g++ or Visual Studio.

Prerequisites

  • C++ compiler

Installation

  1. Clone the repository:
    git clone [email protected]:aayush105/ATM.git
  2. Navigate to the project directory:
    cd repository
  3. Compile the code using a C++ compiler:
    g++ project.cpp -o output

Usage

  1. Run the compiled executable:

    ./output
  2. Follow the on-screen instructions to interact with the ATM system.

  3. Perform operations such as cash withdrawal and balance checks by entering the appropriate options.

  4. To access the system, use the provided user ID and PIN.

atm's People

Contributors

aayush105 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.