Errors: -------------- Build: Debug in T1 --------------- Compiling: main.cpp C:\Users\Computer1\C++ Proj\T1\main.cpp:2:23: error: curl/curl.h: No such file or directory C:\Users\Computer1\C++ Proj\T1\main.cpp: In function 'int main()': C:\Users\Computer1\C++ Proj\T1\main.cpp:6: error: 'CURL' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:6: error: 'curl' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:7: error: 'CURLcode' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:7: error: expected ';' before 'res' C:\Users\Computer1\C++ Proj\T1\main.cpp:9: error: 'CURL_GLOBAL_ALL' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:9: error: 'curl_global_init' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:11: error: 'curl_easy_init' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:13: error: 'CURLOPT_VERBOSE' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:13: error: 'curl_easy_setopt' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:14: error: 'CURLOPT_HEADER' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:17: error: 'CURLOPT_URL' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:20: error: 'res' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:20: error: 'curl_easy_perform' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:22: error: 'CURLE_OK' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:24: error: 'curl_easy_strerror' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:33: error: 'CURLE_OK' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:35: error: 'curl_easy_strerror' was not declared in this scope C:\Users\Computer1\C++ Proj\T1\main.cpp:38: error: 'curl_easy_cleanup' was not declared in this scope Process terminated with status 1 (0 minutes, 0 seconds) 19 errors, 0 warnings