I am new to c++ and programming close to operating system level (as my programming knowlege comes from web background), yet I need to build windows service that will communicate with remote server via HTTP. I as far as I was able to figure out, one way is to use libcurl, but I lack knowledge on how to implement other libraries into my project, I am also concerned even if I make everything work, how it will work on clients computer, will libcurl will go along side service executable, or if it ill not work since client will not have that library installed in his computer?
I am not expecting straightforward answer, but some guidance and directions and what and where I should investigate. Any advises on related topic is apprenticed, appropriate literature even more.