User profile: demoylan

User info
User name:demoylan
Name:Daniel Moylan
History
Joined:
Number of posts:27
Latest posts:

How do I connect to my server
Thank you AbstractionAnon.

How do I connect to my server
Hi! 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 characters
Nevermind: I solved my own problem The solution was to fill the receive string with nulls, so that ...

Winsock recv printing garbage ascii characters
Also here is an example input-output chain from the program: [output] (windows prompt)>HTTPCLIENT -...