I\'m trying to use libcurl with a program I\'m making, but I\'m having some problems with it. So far I\'ve only tried the examples from libcurl\'s website, but they crash as soon as the program gets t
I\'m using libcurl for getting HTML pages. I have some problems with Hebrew characters. for example this: סלקום
I have this code if(ereg(\"^(https)\",$url)) curl_setopt($curl,CURLOPT_SS开发者_JAVA技巧L_VERIFYPEER,false);
I am rails newbie. I am working on Windows XP. I have this version of ruby. ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32]
I\'m having trouble with saving a QPixmap to QByteArray, then writing it to char*. For example i\'m trying to write to a file with ofstream.
I\'ve cross-compiled the bulk of my 32-bit code on my x64 Ubuntu install, but I开发者_如何学JAVA can\'t work out how to do the same trick with libcurl.
I am coding program on c# (C#, & object oriented programming newbie) I am trying to download pages in multiple threads. There are no problems when running only 1 thread. Problems starts when I ru
I try to download image via libcurl (I know other options to download, but I need to get it done via libcurl)
I can\'t post comment to wordpress page in c using curl.I tried formadd but it didn\'t happen again. <input id=\"author\" name=\"author\" type=\"text\" value=\"\" size=\"30\" aria-required=\"true\
i\'m trying to get some number of bytes from source using libcurl by setting: curl_easy_setopt(curl, CURLOPT_BUFF开发者_StackOverflow社区ERSIZE, 100); //get 100 bytes from source