Advertisement

1 - 5 of 5 containing alltags:("WinSock C  ") (0.001 seconds)
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 ...
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...
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...
Zones: Winsock, C++, Microsoft Visual C++Date Answered: 06/09/2008 Grade: A Views: 0
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 ...
Zones: C++, Microsoft Visual C++Date Answered: 11/26/2006 Grade: A Views: 0
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...
Zones: Windows ProgrammingDate Answered: 09/13/2001 Grade: A Views: 67
  • 1