Search:

Type: Posts; User: arkashkin

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    10,858

    creating an array of pipes

    Hi,
    I have a specific number of processes, which were created using fork(), those processes should communicate each with other using pipes. I want to create a dynamic array of pipes or use a Vector...
  2. Replies
    4
    Views
    18,198

    Ok thanks, another question: As i mentioned,...

    Ok thanks, another question:

    As i mentioned, i'm building a remote shell.

    My server needs to get the commands it needs to run and then:

    1. use dup2 to connect between what it gets from the...
  3. Replies
    4
    Views
    18,198

    Well, it does eventually works. I don't know...

    Well, it does eventually works.
    I don't know what size of input to expect. You are telling me that until the buffer filled up I will not see anything? I did test it with a small input (smaller then...
  4. Replies
    4
    Views
    18,198

    C/C++, reading from STDIN using fread....

    Hi,
    I'm writing some client/server application for my class assignment.
    The client should read the input from STDIN and send it to the socket.
    My program stack on those lines:

    char buffer...
  5. As you will see on this link, I have chosen a...

    As you will see on this link, I have chosen a little difficult project for my self...
    Gtk Plug, Socket, embed one program into another.
    Thank you very much for pointing me to gtk forums...
  6. Gtk Plug, Socket, embed one program into another.

    Hello,
    I'm trying to embed some program into another using the plug and socket mechanism. From the examples which I have found on the Internet all the widgets of program A are placed into the plug...
Results 1 to 6 of 6