Hi anyone pls advice why Ive encountered this strange condition.
I send string "Hello World" using TCP send() and I receive exactly "Hello World" however,
when I send char array data[5] (i.e all ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23084510.html
Zones:
C++,
C,
WinsockDate Answered: 01/16/2008 Grade: B Views: 0
Hi experts,
Im confused. Is the data argument in winsock sendto() = char= byte? Do i need to convert char array or serialize to a byte array? The reason why i wanted to serialize the data is coz...
http://www.experts-exchange.com/Programming/Languages/Winsock/Q_23209101.html
Zones:
Winsock,
C++Date Answered: 03/10/2008 Grade: A Views: 89
I am using Winsock inside two programs. In one program, the code to startup the connection is working perfectly. This program is a simly command line where all it does is perform the connection, an...
http://www.experts-exchange.com/Programming/Languages/Winsock/Q_23469761.html
Hi all
I'm currently writing a program which implements a basic Client/Server setup using Winsock, where the client sends the server a small message, which the server then prints to stdout. The ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22071624.html
Hi all,
I am having trouble understanding why my HTTP request is not working properly. Basically, I connect to a server on port 80, and send the following request:
"GET / HTTP/1.1\r\n"
and t...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20182556.html