http request

dears
i'm new to c++ and i'm trying to make some demos application
now i'm buildin an application that use http connection to make http request and get a return value from URL
example: use http://www.mywebsite.com/somthing.aspx

this URL should returm a simple string value
how i can read this value??
You may want to look at CURL. http://www.libcurl.org/
Topic archived. No new replies allowed.