A small flower exchange matching engine written in C++ for LSEG cpp Course. It reads client orders from a CSV file, validates them, matches orders per instrument, and writes execution reports to an ...
🧪 3. Compile Program Buka terminal atau command prompt, lalu pindah ke direktori tempat file kamu berada. Contoh compile (gunakan g++): g++ stack.cpp -o stack g++ queue.cpp -o queue g++ ...