I'm new to C++ but I'm having a hard time working out how to use libcurl with a c++ program.
A) Should I install libcurl with apt-get for the server or install it as some sort of library in C?
B) What is the point of using a c++ binding for libcurl, can I not use it directly without a binding? https://github.com/JosephP91/curlcpp
Sorry if this is obvious.