Uploading data to a webserver Part 2 – C/C++ and sockets alternative
Back in Part 1, I demonstrated an example of uploading data to a webserver with cURL. The thing that bugged me was, however, that this used external libraries which can be annoying to deploy with. One option is to statically link the cURL libraries, which will make it huge, but I decided to go native in Windows […]