Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sebastiani
  • Content: Threads
  • Order by date
  1. Sebastiani

    general purpose scanner

    Hello all, I have here an stl-based scanner/tokenizer object that some of you might find useful. It is completely free. http://flashdaddee.com/forums/attachment.php?s=&postid=97313 - Cheers Sebastian G.
  2. Sebastiani

    *another* basic Winsock Problem.

    Hi, all. Now that I have the client functioning, I would like to complete the server. The problem I am having now is with bind()ing the listening socket. Here is the code I am using: bool bind(SOCKET sock, unsigned long address, unsigned short port = 80) { sockaddr_in local; memset(&local...
  3. Sebastiani

    Basic Winsock Problem.

    Hi, all. I am having a problem getting connect() to complete successfully. I've tried to isolate the problem a bit, and in the below example simply use the manifest constant INADDR_LOOPBACK for simplicity. Any help would be greatly appreciated! #include <iostream> #include <winsock.h> int...
  4. Sebastiani

    Compiling a static lib, general info.

    I have several dll's I would like to convert to static libs. Does anyone know how to do this on any compiler? I am using Bloodshed DevC++ but any compiler will do. Thanks.

Part and Inventory Search

Back
Top