Basic trading app implementation in C++. Fun little exercise to create an OOP managed console menu trading app that can be expanded later with fetching live stock data, adding GUI etc.
Prerequisites:
- Make is installed.
- g++ compiler
Steps to use:
- Execute in terminal the following command: "make run"