curlpp

Using CurlPP with vs2008

...

Cross platform c++ with libcurl

Hi, I am a perl developer that has never went into the client side programming of things. I'd like to think that I'm a pretty good developer, except I know that my severe lack of knowledge of the way desktop programming really takes away from my credibility. That said, I really want to get into doing some desktop applications. I want...

An error when compiling using curlpp

I tried to compile first simple example, and see compile error: undefined reference to `curlpp::Cleanup::Cleanup()' In linker options i wrote curl-config --libs, in command line $ curl-config --libs -lcurl What am I doing wrong? ...

C++ - how to send a HTTP post request using Curlpp or libcurl

I would like to send an http post request in c++. It seems like libcurl (Curlpp) is the way to go. Now, here is a typical request that am sending http://abc.com:3456/handler1/start?<name-Value pairs> The name values pairs will have: field1: ABC field2: b, c, d, e, f field3: XYZ etc. Now, I would like to know how to achieve the ...

How to use curlpp's InfoGetter?

I'm using curlpp in an application and need to get the URL I was redirected to. Apparently there are two ways: track the Location headers (ugly) or use curlpp::InfoGetter (the c++ counterpart of curl_easy_getinfo()). But how do I use curlpp::InfoGetter? I cant't find any examples. Does anyone have a short snippet? ...

Downloading flv from youtube using curlpp on top of curl - video not playing

Hi, I"m using curlpp on to of curl lib in order to download videos from youtube. I have managed to download the flv but unable to open it using all sorts of video players. I used another youtube video downloader and download the exactly same video with the exactly same quality, I've noticed the requests are the same and also the file ...