Search code examples
c++streamlive

import data from web stream in c++


i was wondering if is possible to import data from a live stream from a web site and perform computation on the data in real time? if this is possible what is the most efficient(computationally fast) way of doing it? thank you for any help or commpents.


Solution

  • you can use cURL. A curl handle can have a function called each time new data comes in.