#include <curl/curl.h>??????????????

Apr 23, 2014 at 7:04pm
closed account (zqMDizwU)
Hey guys, what does #include <curl/curl.h> mean?

Can I download this file and store it in my header files in my project?

If so where from?

You can visualize it in here:

https://github.com/aphenriques/quote/blob/master/src/curl_util.h
Last edited on Apr 23, 2014 at 7:06pm
Apr 23, 2014 at 7:21pm
Means that include the curl.h file found in <the default include folder of your compiler>/curl folder.

Aceix.
Last edited on Apr 23, 2014 at 7:22pm
Topic archived. No new replies allowed.