I wanna start c++ because I need to make a winapi dll for some game engines. But I'm really confused because I researched how to make an http request, and I thought I should use 3rd party libraries. I downloaded libcurl and curlpp and copy/paste some example codes into my project but I didn't get that it gives error when I write like that:
Code:
#include <curlpp/cURLpp.hpp>
1) I moved all downloaded src files into the project debug folder
2) I moved all source files into visual studio project file.
3) I changed hpp to cpp because downloaded files was include cpp files.
They never work.
I don't know how I will use a 3rd party llibraries like libcurl or something. Please share your experiences with this noob programmer.