I need to sent a HTTP GET Request to my site and then get the contents of the page and parse it. I'de prefer to not use libraries like libCURL because I want the end application to be fully independent (This is quoting from personal experience, I may be wrong but if I recall the client has to have certain Dynamic Link Libraries to run applications with libCURL libraries.), I'm using C++ in Visual Studio 2012.
Code examples would also be good.