cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
HTML through C/C++
HTML through C/C++
Mar 23, 2013 at 6:47pm UTC
aslv
(8)
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 UTC
Thumper
(918)
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 UTC
aprendiz
(21)
This should help you
http://www.cplusplus.com/forum/windows/36638/
Mar 31, 2013 at 10:23am UTC
aslv
(8)
Thank you. I successfully solved my problem.
Topic archived. No new replies allowed.