Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 1676(0.002 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4
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 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 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 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 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 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 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 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 Views: 0
Can I write a program with Turbo pascal that makes a TCP/IP connection?
Zones: PascalDate Answered: 09/30/1999 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 Views: 0