How to build a Web Scraper for Stock Market Data with Dear ImGui and C++

This video uses C++ and Dear ImGui to built a web scraper fpr stock market data. The data is downloaded from yahoo finance via curl and afterwards parsed and shown in a ImPlot graph. 00:00 Intro 01:30 Curl based web scraper 12:02 CSV parser for stock data 20:08 GUI for Input 25:29 Candlestick chart for Dear ImGui Tools that I use: https://www.virtualbox.org/ https://kubuntu.org/ https://code.visualstudio.com/ https://llvm.org/ http://clang.org/ https://mesonbuild.com/index.html In code: https://github.com/renatoGarcia/icecr... https://github.com/ZenSepiol https://github.com/ocornut/imgui https://github.com/epezent/implot