Thread
:
Reading Source code of a webpage
View Single Post
•
•
Join Date: Dec 2006
Posts: 1,089
Reputation:
Solved Threads: 164
vijayan121
Offline
Veteran Poster
Re: Reading Source code of a webpage
0
#
3
Sep 16th, 2007
using libcurl would be a portable way.
http://curl.haxx.se/libcurl
source or binaries for a number of platforms are available
http://curl.haxx.se/download.html
libcurl can be used directly from c++. curlpp gives a c++ wrapper that uses stl, is exception and type safe; so you may want to use it.
http://rrette.com/textpattern/index.php?s=cURLpp
http://rrette.com/textpattern/index....download&id=35
you could also use curl from the command line.
to retriev a number of web pages (eg. to mirror a complete website), use wget
http://www.gnu.org/software/wget/
for windows:
http://www.christopherlewis.com/WGet/WGetFiles.htm
vijayan121
View Public Profile
Find all posts by vijayan121