Skip to content

Opening book details…

About this document

cURLpp Programming Guide by Eugen Iordache is a document available to read on EtoBox.

This document provides an overview of programming with the cURLpp library, which is a C++ wrapper for the libcurl library. It discusses general principles for using cURLpp, including initializing and terminating cURLpp globally, creating easy handles to perform transfers, setting options on the handles, and performing transfers. It also notes that cURLpp is just a wrapper for libcurl, so the libcurl documentation should be referenced for more details on specific functions and options.

Author
Eugen Iordache
Language
EN