How do I connect to my serverThank you AbstractionAnon.
How do I connect to my serverHi! This is more of an internet-protocol question rather than a C++ one, but I will try it anyway...
Read data recived from a socket, how to?1: You are not checking for errors in recv. You do this by checking if iResult < 0 (if it is 0, the...
Winsock recv printing garbage ascii charactersNevermind: I solved my own problem The solution was to fill the receive string with nulls, so that ...
Winsock recv printing garbage ascii charactersAlso here is an example input-output chain from the program: [output] (windows prompt)>HTTPCLIENT -...