Skip to content

jonny21099/ATMMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATMMachine

A bash ATM machine

About

This ATM machine stores all data on textfiles. Idea inspired by a programming assignment found online on https://www.stat.ubc.ca/~ruben/WebPage2/Phase1.doc.

Install

  1. Download directory
  2. Run cmake to create Makefile (Recommend building a build directory)
  3. Run make
  4. Run ./main

Dependency

  • C++11

Demo

    cmake . -Bbuild
    cd build
    make
    ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors