Which library should i use for my program?

Hello,
My program will basically get prices from around 20-30 webpages on the internet of a product and i want these prices to be in my program and will change and refresh itself like the currency market or stock market. I dont know which libray to use to do this as I want it to be done in as few lines as possible.I have read into cpp net library for socket programming.
Please help
from around 20-30 webpages,,, I want it to be done in as few lines as possible

Why are you using C++ for this?

Obviously I don't know all the details of your use case, but I would recommend not (ab)using C++ and going for a short Python script or something instead. Unless you have another reason for using C++, in which case, I've had some luck with libcURL in the past.
Last edited on
Topic archived. No new replies allowed.