Skip to content

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.

Notifications You must be signed in to change notification settings

terance-edmonds/flower-exchange-cpp

Repository files navigation

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

Output csv data

output data

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

About

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.

Topics

Resources

Stars

Watchers

Forks