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
Means that include the curl.h file found in <the default include folder of your compiler>/curl folder.
Aceix.
Last edited on