HTML through C/C++

Mar 23, 2013 at 6:47pm
Hello! I need to access html code of a webpage using C (or C++). Could you recommend which libraries I have to use? Thank you a lot.
Mar 23, 2013 at 7:11pm
Check out SFML (www.sfml-dev.org)

In particular, SFML has an http module. The docs are here: http://sfml-dev.org/documentation/2.0/classsf_1_1Http.php

I've used that in the past with success.
Mar 23, 2013 at 8:22pm
Mar 31, 2013 at 10:23am
Thank you. I successfully solved my problem.
Topic archived. No new replies allowed.