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.
|