User profile: Paradigm

User info
User name:Paradigm
History
Joined:
Number of posts:3
Latest posts:

C++ - Winsock server receiving distorted buffer
Thanks a lot... that worked! What exactly does [code]buf+=n;[/code] do? I googled but I couldn't fin...

C++ - Winsock server receiving distorted buffer
I 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 buffer
I am trying to repetitively send the screen bitmap buffer of a client to a server. The program works...