How to use cURLpp/libcurl with Visual C++ 2008 Express

老子叫甜甜 提交于 2019-12-22 01:17:03

问题


I've downloaded cURLpp, libcurl and openSSL. I'm a complete beginner and I want to use cURL with my c++ program. Every doc I can find about getting started is written for Unix.


回答1:


This is not a short or quickly answered question. I would recommend you instead ask specific questions about problems you encounter.

However, here's a PDF guide on how to build libcurl using MSVC 2008:

http://curl.haxx.se/libcurl/c/Using-libcurl-with-SSH-support-in-Visual-Studio-2008.pdf



来源:https://stackoverflow.com/questions/5356249/how-to-use-curlpp-libcurl-with-visual-c-2008-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!