A personal playground to learn Modern C++ by building quant trading components from scratch.
Practice and improve C++ skills by working on projects like:
- Order book engine
- VWAP calculator
- Simple backtester
- Market data loader
This repo will evolve as I progress week by week.
- Language: C++17
- Editor: VS Code
- Build system: g++ / CMake
Initial setup done. Projects coming soon.