Search:

Type: Posts; User: aurumice

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,308

    Reading single character in linux

    In linux...how can my c program get a single character from a keyboard without hitting 'Enter'(newline)???
  2. Replies
    0
    Views
    2,455

    recv function (blocking)

    here goes....

    i am writing a client socket function. i have 2 threads running
    concurrently.

    one thread will receive from the server.
    ....int ret_val;

    ret_val = recv( socket, buff,...
Results 1 to 2 of 2