An open API service indexing awesome lists of open source software.

https://github.com/terance-edmonds/flower-exchange-cpp

A simple flower stock exchange system that accepts data from a csv file, then process it and output the trades to a new csv file.
https://github.com/terance-edmonds/flower-exchange-cpp

cpp stock-exchange

Last synced: over 1 year ago
JSON representation

A simple flower stock exchange system that accepts data from a csv file, then process it and output the trades to a new csv file.

Awesome Lists containing this project

README

          

# C++ Flower Stock Exchange

A simple flower stock exchange system that accepts data from a csv file, then process it and output the trades to a new csv file.

## Input csv data

![input data](./assets/input_data.png)

## Output csv data

![output data](./assets/output_data.png)

## Execute

`g++ init.cpp -o init && init`

## Example

Enter the directory path to the input data csv file.

**Enter input file path: data/data_0.csv**