/ATMDemo

An ATM demo using message queue

Primary LanguageC++

This is an ATM demo using the codes from C++ Concurrency In Action Chapter 4.4.2.

The following command will compile it into an executable.

g++ main.cpp atm_machine.cpp hardware_machine.cpp bank_machine.cpp -o ATM