Using Weblink to access data in Cpp program

Hi,
can any body have idea about how can i use a weblink in cpp program to read a data from there.
i have both Visual studio as well as Dep-cpp
You could use cUrl library to do it or you could use raw sockets functions to doit, it's your choice.
is cUrl lib is similar to other library in Cpp
Never use external libs on windows : everything is included in Win32 api
Just use wininet ou others
Topic archived. No new replies allowed.