Calling Remote URL from C Program
May 14th, 2010
No comments
C language does not have in-built classes or methods to call remote HTTP URL. To achieve this we have to use third party libraries and in our case we will be using CURL libraries. In this article we will learn on how we can call remote HTTP URL from our C or C++ applications on linux systems.
Read more…













