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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10023577.html
Is there any way to tell the length of the in-Buffer for a socket without disturbing the data in the buffer?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10062475.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10072618.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10073143.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10102980.html
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10129766.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10157488.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10181355.htm...
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?
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10212466.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10245588.html