09-05-2004, 08:53 PM | #2 (permalink) |
Upright
|
c++ is probably the worst language to use for this... Perl or Python, or even java would be better....
But, for doing http, try neon: http://www.webdav.org/neon/ And for parsing XML, try Xerces: http://xml.apache.org/xerces-c/ |
09-07-2004, 07:57 PM | #4 (permalink) |
I am Winter Born
Location: Alexandria, VA
|
You could use network sockets in C/C++ to grab a file and then parse it, but I'd highly recommend using a different language. C/C++ is not a good scripting language for simple things like that.
I'd suggest using Perl instead - you'll have a much simpler time. |
Tags |
fetch, web |
|
|