C++ - Winsock server receiving distorted bufferThanks a lot... that worked! What exactly does [code]buf+=n;[/code] do? I googled but I couldn't fin...
C++ - Winsock server receiving distorted bufferI have only shown the part of my code after and including the time of connection. I had declared w a...
C++ - Winsock server receiving distorted bufferI am trying to repetitively send the screen bitmap buffer of a client to a server. The program works...