I'm writing a program that needs to be able to read in HTML source code into a string.
I've read about WebClient for C# but I need to write my program in C++ and I'm not sure how to do that (I've never used WebClient before).
Can anyone give me a simple C++ example program showing me how to get HTML source code into a string using WebClient? (or any better method)
Thanks.