Skip to content

Gohith/SimpleVendingMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleVendingMachine

A simple command line CPP-based vending machine implementation

The Vending machine CPP code is simple and easy to understand with basic CPP knowledge. The code is designed as a console-based application and can be compiled and executed with the following commands.

  • g++ main.cpp (To compile and generate output file)
  • ./a.out (To run on console)

and follow the steps on the console/terminal.

Note: Make sure the present working directory location has the "main. cpp" file already exist.

compiler requirements:*********

  • C++, GNU compiler

About

A simple command line CPP based vending machine implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages