Search:

Type: Posts; User: imtiaz3

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    13,077

    thanks!!! you are my GOD! just another small...

    thanks!!! you are my GOD!

    just another small question :p is there a way I can have cmmd as an arbitray length, since i don't know how long that string will be, it works, but for now i just have it...
  2. Replies
    13
    Views
    13,077

    ok yea, this makes more sense, so thats kinda...

    ok yea, this makes more sense, so thats kinda working

    only problem now, because I have teh int I want in a variable, which we'll just call x for now, when i try

    system("shooter x");

    it...
  3. Replies
    13
    Views
    13,077

    okay, after further trial an error, i now realize...

    okay, after further trial an error, i now realize the exec commands end the current running process, which is what i DON'T want

    so basically, I don't have an idea of what I need to do to solve my...
  4. Replies
    13
    Views
    13,077

    thanks for the quick reply right now in our...

    thanks for the quick reply

    right now in our calling program, we have a variable called child2, it is an integer

    we then tried this


    execl("sigshooter1", (char *) child2);

    the program we...
  5. Replies
    13
    Views
    13,077

    execl and command line arguments

    Hi everyone

    Having a bit of a problem

    I'm trying to call a program within another program using execl. I want to be able to pass an integer as a command line argument through execl. I am having...
  6. Replies
    1
    Views
    1,221

    catching signals and process IDs

    Hi all

    Have a small problem and need a solution.

    We have two processes that were created in our main program. We need them to be able to send signals to each other. One child knows the pid of...
Results 1 to 6 of 6