I'm working on a program in visual c++ that I need some help on. I'm new to c++ and I can't seem to figure out how to do a http POST.
The program gets a username and password from a form, and then it's supposed to send the username and password to a webserver and retrieve the results in a string.
Any examples or good tutorials would be amazing. Thanks!