Using Weblink to access data in Cpp program

Mar 31, 2011 at 2:08pm
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
Mar 31, 2011 at 7:20pm
You could use cUrl library to do it or you could use raw sockets functions to doit, it's your choice.
Apr 1, 2011 at 3:44am
is cUrl lib is similar to other library in Cpp
Apr 3, 2011 at 8:31am
Never use external libs on windows : everything is included in Win32 api
Just use wininet ou others
Topic archived. No new replies allowed.