Search:

Type: Posts; User: Alon

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,504

    i've tried...

    stdin is 0 file descriptor, isn't it?
    the select returns error (-1), and WSA error is 10038 (invalid socket).
    i'm working under windows XP SP2.
  2. Replies
    4
    Views
    2,504

    non blocking operation

    hi, i'm new on the C/C++ scene.
    i want to make a socket listen & accept procedure during getch()
    the problem is that both of them are blocking methods.
    i know about select function, but i didn't...
Results 1 to 2 of 2