Enter Keywords:
1 - 10 of 1732(0.014 seconds)
Sort By:
 
I've been programming in Visual C++ 5.0 now for a couple of months and I'm begining to write Windows versions of some of my old DOS programs.  Many of them use IPX sockets to communicate with othe...
Zones: Windows ProgrammingDate Answered: 10/18/1997 Rating: 7.4 Views: 0
Is there any way to tell the length of the in-Buffer for a socket without disturbing the data in the buffer?
Zones: Windows MFCDate Answered: 07/09/1998 Rating: 7.6 Views: 0
I need example code for a client and a server program that will be able to connect repeatedly to each other.  The server needs to keep running and be able to accept connections from several clients...
Zones: PerlDate Answered: 09/08/1998 Rating: 6.0 Views: 0
Hi! i'm using Socket class to create a socket in a method. This method is called from a thred, and also that thread is instantiated in a static method. any user can use that static method to creat ...
Zones: JavaDate Answered: 08/18/1998 Rating: 7.8 Views: 0
I need more information on how to use the sockets provided with Delphi 3 C/S. Does anybody know a good website with info? Thanks
Zones: Delphi ProgrammingDate Answered: 12/01/1998 Rating: 7.6 Views: 0
I'm using Windows Sockets.  Within the data that I would like to exchange I want to send the character that corresponds to 0x00 ('\0'), in the middle of my data.  When the socket comes back from a ...
Zones: Windows ProgrammingDate Answered: 02/20/1999 Rating: 7.3 Views: 0
Hi experts i need some information. I'm trying to connect from my computer (no real IP address) behind proxy server to the internet host via tcp. i have scan proxy server to obtain wich ports are o...
Zones: C++Date Answered: 05/12/1999 Rating: 7.0 Views: 0
I created a simple application to learn about sockets: void CSocketExView::OnReceivePacket() {       CSocket socket;       CSocket socketReceive;       char      cBuff[255];       CString strMessage;       int            nLength;       socke...
Zones: Windows MFCDate Answered: 07/27/1999 Rating: 5.8 Views: 0
Can I write a program with Turbo pascal that makes a TCP/IP connection?
Zones: PascalDate Answered: 09/30/1999 Rating: 6.2 Views: 0
Hi,     I am trying to compile a simple socket program ( the which I got ot from net). But I am facing the problems in linking. The linker is not able to resolve the function pointers in winsock.h...
Zones: C++, Microsoft Visual C++Date Answered: 12/11/1999 Rating: 7.0 Views: 5