Search:

Type: Posts; User: divisionbyzero

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    6,074

    Redirect stdout to inet socket!

    Hello, I'm wondering how to send stdout of a execvp() call to an open inet socket.

    After setting up the socket, and accepting a connection on it, here is what I have:


    if (fork() == 0)
    {...
  2. Replies
    1
    Views
    1,163

    HELP! Linked List Insertion

    Hey guys, I'm needing some help with inserting into a linked list.
    I'm trying to do it with the function I have created (see bottom of provided code), at first, I thought it worked fine, because...
Results 1 to 2 of 2