Thread: Need winsock select() client & server source code or tutorial

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    39

    Need winsock select() client & server source code or tutorial

    hi...

    anyone got winsocl client and server source code that based on using select() function??

    the server source code is here:
    http://tangentsoft.net/wskfaq/exampl...ct-server.html

    but the client?

    Thanks

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Are you the sort of person who requires a program to print "hello" and another to print "world" before you can come up with a program which prints "hello world" ?

    I mean, once you've actually understood how select works, then you should be able to use it in all your code, whether its a client, server or something else.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Jul 2005
    Posts
    39
    thanks

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client works on a LAN but don't send all the data
    By Niara in forum Networking/Device Communication
    Replies: 9
    Last Post: 01-04-2007, 04:44 PM
  2. Tutorial for reading source code
    By gandalf_bar in forum C++ Programming
    Replies: 3
    Last Post: 06-20-2004, 10:15 PM
  3. Simple? winsock client - server problem
    By knutso in forum Windows Programming
    Replies: 2
    Last Post: 03-26-2003, 04:51 AM
  4. Winsock client code help.... very basic.
    By Jay_Tech in forum Windows Programming
    Replies: 7
    Last Post: 10-18-2002, 06:27 AM
  5. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM