I need to build little web scraping tool. Problem is that I haven't done any c++ programing for many years, so I have no ideas where even to start now. Few years back I made such scraper with php, but its pain in the a** to use, so I want to recode in c++ and compile standalone application. So a have few questions.
1. Before I used c++ builder to code. Should I stick to that again? Or maybe there something better (preferably free)?
2. I will need some sort of library to get website contents. Any advice on that?
3. I will need to go through html to find needed data. In php I used simple_html_dom. Anything like that in c++?
4. Any other advice very wellcome
P.S. Scraped data will go to mysql database.
1. Before I used c++ builder to code. Should I stick to that again? Or maybe there something better (preferably free)?
2. I will need some sort of library to get website contents. Any advice on that?
3. I will need to go through html to find needed data. In php I used simple_html_dom. Anything like that in c++?
4. Any other advice very wellcome
P.S. Scraped data will go to mysql database.
Last edited: