Posts by Paulo Ricardo • 1 point
1 post
-
0
votes0
answers123
viewsQ: How to install libcurl in Dev c++?
I tried to install here but the following code does not compile: #include <stdio.h> #include <curl/curl.h> int main( void ) { int a = 1, b, c; char post[1000]; CURL *curl; CURLcode res;…