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