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