HTML through C/C++

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.
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.
Thank you. I successfully solved my problem.
Topic archived. No new replies allowed.