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.
- Host: GitHub
- URL: https://github.com/terance-edmonds/flower-exchange-cpp
- Owner: terance-edmonds
- Created: 2023-03-15T20:24:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T12:51:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T02:49:30.614Z (over 1 year ago)
- Topics: cpp, stock-exchange
- Language: C++
- Homepage:
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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

## Output csv 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**